Enumerations | |
enum | ActionCodes { IgnoreCompletely =0, Rethrow, SkipEvent, FailPath, LastCode } |
Functions | |
const char * | actionName (ActionCodes code) |
Enumerator | |
---|---|
IgnoreCompletely | |
Rethrow | |
SkipEvent | |
FailPath | |
LastCode |
Definition at line 11 of file ExceptionActions.h.
char const * edm::exception_actions::actionName | ( | ActionCodes | code | ) |
Definition at line 26 of file ExceptionActions.cc.