#include <DException.h>
Public Member Functions | |
DException (void) throw () | |
DException (const char *msg) throw () | |
DException (const string &msg) throw () | |
virtual const char * | what () const throw () |
~DException (void) throw () | |
Protected Attributes | |
string | m_message |
Definition at line 35 of file DException.h.
DUtils::DException::DException | ( | void | ) | throw () [inline] |
Definition at line 41 of file DException.h.
DUtils::DException::DException | ( | const char * | msg | ) | throw () [inline] |
Definition at line 46 of file DException.h.
DUtils::DException::DException | ( | const string & | msg | ) | throw () [inline] |
Definition at line 47 of file DException.h.
DUtils::DException::~DException | ( | void | ) | throw () [inline] |
Definition at line 49 of file DException.h.
virtual const char* DUtils::DException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 54 of file DException.h.
string DUtils::DException::m_message [protected] |
Definition at line 60 of file DException.h.