BICO
1.0
|
CluE related exceptions base class. More...
#include <clueexception.h>
Public Member Functions | |
CluEException () | |
CluEException (int identifier, std::string message) | |
virtual | ~CluEException () |
Public Attributes | |
int | identifier |
std::string | message |
CluE related exceptions base class.
message
is an human readable error type string.
identifier
is an integer used for encoding the error type. The interpratition is defined individually for each method!
Definition at line 16 of file clueexception.h.
|
inline |
Definition at line 18 of file clueexception.h.
|
inline |
Definition at line 22 of file clueexception.h.
|
inlinevirtual |
Definition at line 26 of file clueexception.h.
int CluE::CluEException::identifier |
Definition at line 26 of file clueexception.h.
std::string CluE::CluEException::message |
Definition at line 29 of file clueexception.h.