#include <DQM/CSCMonitorModule/interface/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 |
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] |
virtual const char* cscdqm::Exception::what | ( | ) | const throw () [inline, virtual] |
Definition at line 50 of file CSCDQM_Exception.h.
References message.
00050 { 00051 return message.c_str(); 00052 }
std::string cscdqm::Exception::message [private] |