#include <exceptions.h>
Public Member Functions | |
CException (const std::string &Message="") | |
virtual | ~CException () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | m_Message |
Definition at line 32 of file exceptions.h.
CException::CException | ( | const std::string & | Message = "" |
) |
virtual CException::~CException | ( | ) | throw () [virtual] |
virtual const char* CException::what | ( | ) | const throw () [virtual] |
std::string CException::m_Message [protected] |
Definition at line 35 of file exceptions.h.