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 () | |
virtual const char * | what () const throw () |
virtual | ~Exception () 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.
cscdqm::Exception::Exception | ( | const std::string & | message | ) | throw () [inline] |
virtual cscdqm::Exception::~Exception | ( | ) | throw () [inline, virtual] |
Definition at line 48 of file CSCDQM_Exception.h.
{ }
virtual const char* cscdqm::Exception::what | ( | ) | const throw () [inline, virtual] |
std::string cscdqm::Exception::message [private] |
Definition at line 40 of file CSCDQM_Exception.h.
Referenced by Exception(), and what().