CppUnit project page | FAQ |
Default protector that catch all exceptions (Implementation). More...
#include <DefaultProtector.h>
Public Member Functions | |
bool | protect (const Functor &functor, const ProtectorContext &context) |
Public Member Functions inherited from Protector | |
virtual | ~Protector () |
Additional Inherited Members | |
Protected Member Functions inherited from Protector | |
void | reportError (const ProtectorContext &context, const Exception &error) const |
void | reportError (const ProtectorContext &context, const Message &message, const SourceLine &sourceLine=SourceLine()) const |
void | reportFailure (const ProtectorContext &context, const Exception &failure) const |
Message | actualMessage (const Message &message, const ProtectorContext &context) const |
Default protector that catch all exceptions (Implementation).
Implementation detail.
|
virtual |
Implements Protector.
Send comments to: CppUnit Developers |