|
| UnimplemetedException (const Context &context) |
|
virtual const char * | getTag () const |
|
| Exception (const std::wstring &msg, const Context &context) |
|
| Exception (const std::string &msg, const Context &context) |
|
| Exception (const Exception &, const Context &context) |
|
void | showMsg () const |
|
void | showFullMsg () const |
|
const std::wstring & | getErrorMsgW () const |
|
const std::string | getErrorMsg () const |
|
std::wstring | getFullErrorMsgW () const |
|
std::string | getFullErrorMsg () const |
|
const std::wstring | getTagW () const |
|
const ContextList & | getContextList () const |
|
GInt64_t | getCode () const |
|
|
static const char * | get_Tag () |
|
static void | do_FatalAction (const Exception &) |
|
static void | default_FatalAction (const Exception &) |
|
static ExceptionActionPf | get_ThreadFatalAction () |
|
static void | set_ThreadFatalAction (ExceptionActionPf) |
|
static void | do_UnhandledExceptionHandling (const Exception &, const char *thread_name) |
|
static void | do_UnhandledExceptionHandling (const std::exception &, const char *thread_name) |
|
static void | do_UnhandledExceptionHandling (const char *thread_name) |
|
static void | generic_ExceptionCancelHandling () |
|
template<class E_T > |
static void | raise_Helper (E_T &aException) |
|
template<class E_T > |
static void | do_Raise (const char *aContextStr, const char *aFile, int aLine) |
|
template<class E_T > |
static void | do_RaiseMsg (const char *aMsg, const char *aContextStr, const char *aFile, int aLine) |
|
template<class E_T > |
static void | do_FatalAction (const char *aMsg, const char *aContextStr, const char *aFile, int aLine) |
|
template<class E_T > |
static void | do_Rethrow (const E_T &aInnerExc, const char *aContextStr, const char *aFile, int aLine) |
|
static ExceptionActionPf | get_AlternateRaiseAction () |
|
static void | set_ThreadAlternateRaiseAction (ExceptionActionPf) |
|
static const char * | get_Tag () |
|
static void | default_MsgShowAction (const Exception &) |
|
static void | default_MsgFullShowAction (const Exception &) |
|
static ExceptionActionPf | get_ThreadMsgShowAction () |
|
static void | set_ThreadMsgShowAction (ExceptionActionPf) |
|
static ExceptionActionPf | get_ThreadMsgFullShowAction () |
|
static void | set_ThreadMsgFullShowAction (ExceptionActionPf) |
|
|
static ExceptionActionPf | msg_showAction |
|
static ExceptionActionPf | msg_fullShowAction |
|
static ExceptionActionPf | fatal_ActionPf |
|
static ExceptionActionPf | alternate_RaiseAction |
|
std::wstring | mMessage |
|
GInt64_t | mCode |
|
ContextList | mContextList |
|
The documentation for this class was generated from the following file: