CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/Exceptions/ZMexHandler.h>
Public Member Functions | |
ZMexHandlerBehavior (const std::string aname="ZMexHandlerBehavior") | |
virtual | ~ZMexHandlerBehavior () |
virtual ZMexHandlerBehavior * | clone () const |
virtual std::string | name () const |
virtual ZMexAction | takeCareOf (const ZMexception &) |
Protected Member Functions | |
ZMexAction | standardHandling (const ZMexception &x, bool willThrow) |
Definition at line 62 of file ZMexHandler.h.
|
inline |
Definition at line 66 of file ZMexHandler.h.
Referenced by clone().
|
inlinevirtual |
Definition at line 70 of file ZMexHandler.h.
|
inlinevirtual |
Reimplemented in zmex::ZMexHandleViaParent, zmex::ZMexIgnoreAlways, zmex::ZMexIgnoreNextN, zmex::ZMexThrowAlways, and zmex::ZMexThrowErrors.
Definition at line 72 of file ZMexHandler.h.
References ZMexHandlerBehavior().
|
inlinevirtual |
Definition at line 76 of file ZMexHandler.h.
|
protected |
|
inlinevirtual |
Reimplemented in zmex::ZMexHandleViaParent, zmex::ZMexIgnoreAlways, zmex::ZMexIgnoreNextN, zmex::ZMexThrowAlways, and zmex::ZMexThrowErrors.
Definition at line 77 of file ZMexHandler.h.
References zmex::ZMexThrowIt.