ddc
|
local exception class, fatal (can be used to force immediate bail-out) More...
#include <utilit.h>
Public Member Functions | |
CFatalExpc (int ErrorCode) throw () | |
CFatalExpc (int ErrorCode, const string &Cause) throw () | |
CFatalExpc (const string &Cause) throw () | |
CFatalExpc (const CFatalExpc &from) throw () | |
copy constructor More... | |
virtual | ~CFatalExpc () throw () |
destructor More... | |
![]() | |
CExpc (int ErrorCode) throw () | |
CExpc (int ErrorCode, const string &Cause) throw () | |
CExpc (const string &Cause) throw () | |
CExpc (int ErrorCode, const char *format,...) throw () | |
CExpc (const char *format,...) throw () | |
CExpc (const CExpc &from) throw () | |
copy constructor More... | |
virtual | ~CExpc () throw () |
destructor More... | |
void | Set (const char *format,...) throw () |
set m_strCause with a printf() format More... | |
void | vSet (const char *format, va_list &arglst) throw () |
set m_strCause with a vprintf() format More... | |
CExpc & | operator= (const CExpc &from) throw () |
assignment constructor More... | |
virtual const char * | what () const throw () |
stdexcept interface More... | |
virtual int | code () const throw () |
error code interface More... | |
Additional Inherited Members | |
![]() | |
int | m_ErrorCode |
internal error code (see ../CommonLib/DDCInternalError.h) More... | |
string | m_strCause |
symbolic error message (should also be returned by what() method) More... | |
local exception class, fatal (can be used to force immediate bail-out)
|
inline |
|
inline |
|
inline |
|
inline |
copy constructor
|
inlinevirtual |