CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
Classes | |
class | ZMerrnoList |
class | ZMexception |
class | ZMexClassInfo |
class | ZMexHandler |
class | ZMexHandlerBehavior |
class | ZMexHandleViaParent |
class | ZMexIgnoreAlways |
class | ZMexIgnoreNextN |
class | ZMexLogAlways |
class | ZMexLogBehavior |
class | ZMexLogger |
class | ZMexLogNever |
class | ZMexLogTwice |
class | ZMexLogViaParent |
class | ZMexThrowAlways |
class | ZMexThrowErrors |
class | ZMexValidationStyle |
Functions | |
ZMexHandler & | ZMhandler () |
ZMexLogger & | ZMlogger () |
ZMexAction | ZMthrow_ (const ZMexception &userException, int lineNum, const char fileName[]) |
Variables | |
ZMerrnoList | ZMerrno |
std::string | ZMexUserActivity = "" |
int | ZMexUserNumericalTag = 0 |
const std::string | ZMexSeverityName [ZMexSEVERITYenumLAST] |
const char | ZMexSeverityLetter [ZMexSEVERITYenumLAST] |
int | ZMexSeverityLimit [ZMexSEVERITYenumLAST] |
enum zmex::ZMexAction |
Enumerator | |
---|---|
ZMexThrowIt | |
ZMexIgnoreIt | |
ZMexHANDLEVIAPARENT | |
ZMexThrowIt | |
ZMexIgnoreIt | |
ZMexHANDLEVIAPARENT |
Definition at line 20 of file CLHEP/Exceptions/ZMexAction.h.
enum zmex::ZMexAction |
Enumerator | |
---|---|
ZMexThrowIt | |
ZMexIgnoreIt | |
ZMexHANDLEVIAPARENT | |
ZMexThrowIt | |
ZMexIgnoreIt | |
ZMexHANDLEVIAPARENT |
Definition at line 20 of file Exceptions/ZMexAction.h.
enum zmex::ZMexLogResult |
Enumerator | |
---|---|
ZMexLOGGED | |
ZMexNOTLOGGED | |
ZMexLOGVIAPARENT | |
ZMexLOGGED | |
ZMexNOTLOGGED | |
ZMexLOGVIAPARENT |
Definition at line 19 of file Exceptions/ZMexLogResult.h.
enum zmex::ZMexLogResult |
Enumerator | |
---|---|
ZMexLOGGED | |
ZMexNOTLOGGED | |
ZMexLOGVIAPARENT | |
ZMexLOGGED | |
ZMexNOTLOGGED | |
ZMexLOGVIAPARENT |
Definition at line 19 of file CLHEP/Exceptions/ZMexLogResult.h.
enum zmex::ZMexSeverity |
Definition at line 32 of file CLHEP/Exceptions/ZMexSeverity.h.
enum zmex::ZMexSeverity |
Definition at line 32 of file Exceptions/ZMexSeverity.h.
ZMexHandler & zmex::ZMhandler | ( | ) |
Definition at line 63 of file ZMexception.cc.
Referenced by ZMlogger().
ZMexLogger & zmex::ZMlogger | ( | ) |
Definition at line 68 of file ZMexception.cc.
References zmex::ZMexception::_classInfo, ZMexFATAL, and ZMhandler().
ZMexAction zmex::ZMthrow_ | ( | const ZMexception & | userException, |
int | lineNum, | ||
const char | fileName[] | ||
) |
Definition at line 33 of file ZMthrow.cc.
References zmex::ZMexception::handleMe(), zmex::ZMexception::location(), zmex::ZMexception::severity(), zmex::ZMerrnoList::write(), ZMerrno, and ZMexERROR.
ZMerrnoList zmex::ZMerrno |
Definition at line 122 of file Exceptions/ZMerrno.h.
Referenced by main(), and ZMthrow_().
const char zmex::ZMexSeverityLetter |
Definition at line 76 of file Exceptions/ZMexSeverity.h.
Referenced by zmex::ZMexception::logMessage().
int zmex::ZMexSeverityLimit |
Definition at line 78 of file Exceptions/ZMexSeverity.h.
Referenced by zmex::ZMexception::logMessage().
const std::string zmex::ZMexSeverityName |
Definition at line 74 of file Exceptions/ZMexSeverity.h.
std::string zmex::ZMexUserActivity = "" |
Definition at line 136 of file Exceptions/ZMexception.h.
int zmex::ZMexUserNumericalTag = 0 |
Definition at line 145 of file Exceptions/ZMexception.h.
Referenced by zmex::ZMexception::logMessage().