Application level Exception that is used to cut-off application execution in various cases. More...
#include <CSCDQM_Exception.h>
Public Member Functions | |
Exception (const std::string &message) throw () | |
const char * | what () const override throw () |
~Exception () override throw () | |
Private Attributes | |
std::string | message |
Application level Exception that is used to cut-off application execution in various cases.
Definition at line 37 of file CSCDQM_Exception.h.
|
inline |
Definition at line 44 of file CSCDQM_Exception.h.
References message.
Referenced by cscdqm::XMLFileErrorHandler::fatalError().
|
inlineoverride |
Definition at line 48 of file CSCDQM_Exception.h.
|
inlineoverride |
Definition at line 50 of file CSCDQM_Exception.h.
|
private |
Definition at line 40 of file CSCDQM_Exception.h.
Referenced by util.rrapi.RRApiError::__str__(), rrapi.RRApiError::__str__(), and Exception().