#include <cMsg.hxx>
Definition at line 53 of file cMsg.hxx.
Public Member Functions | |
cMsgException (void) | |
Empty constructor. | |
cMsgException (const string &descr) | |
String constructor. | |
cMsgException (const string &descr, int code) | |
String and code constructor. | |
cMsgException (const cMsgException &e) | |
Copy constructor. | |
virtual | ~cMsgException (void) throw () |
Destructor does nothing. | |
virtual string | toString (void) const throw () |
Gets string represention of exception. | |
virtual const char * | what (void) const throw () |
Gets char* represention of exception. | |
Public Attributes | |
string | descr |
Description. | |
int | returnCode |
Return code. |
|
Empty constructor.
Definition at line 225 of file cMsgWrapper.cc. |
|
String constructor.
Definition at line 236 of file cMsgWrapper.cc. |
|
String and code constructor.
Definition at line 248 of file cMsgWrapper.cc. |
|
Copy constructor.
Definition at line 259 of file cMsgWrapper.cc. |
|
Destructor does nothing.
Definition at line 268 of file cMsgWrapper.cc. |
|
Gets string represention of exception.
Definition at line 280 of file cMsgWrapper.cc. References descr, and returnCode. Referenced by what(). |
|
Gets char* represention of exception.
Definition at line 295 of file cMsgWrapper.cc. References toString(). |
|
Description.
Definition at line 67 of file cMsg.hxx. Referenced by toString(). |
|
Return code.
Definition at line 68 of file cMsg.hxx. Referenced by toString(). |