Re: [Cppunit-devel] Exception handler
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2003-02-26 07:39:57
|
Give a look to class Protector (available since 1.9.10). It allow interception of non STL exception. Check the implementation of the DefaultProtector for an example of usage. Baptiste. ----- Original Message ----- From: "Noel Yap" <Noe...@mo...> To: <cpp...@li...> Sent: Tuesday, February 25, 2003 7:00 PM Subject: [Cppunit-devel] Exception handler > In our project, we typically inherit from one of our base exception > types. It would be nice to be able to register with CppUnit an > exception handler that would call a method on our exception. > > I've looked through the source and it doesn't look like this is possible > currently. Can this be put on the TODO list, please? (I'll see if I > can work on it if I get some free time). > > Thanks, > Noel > -- > NOTICE: If received in error, please destroy and notify sender. Sender > does not waive confidentiality or privilege, and use is prohibited. > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppunit-devel > |