gatelib  2.1
Public Member Functions | Static Public Member Functions | List of all members
g::UnimplemetedException Class Reference
Inheritance diagram for g::UnimplemetedException:
g::Exception

Public Member Functions

 UnimplemetedException (const Context &context)
 
virtual const char * getTag () const
 
- Public Member Functions inherited from g::Exception
 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 ContextListgetContextList () const
 
GInt64_t getCode () const
 

Static Public Member Functions

static const char * get_Tag ()
 
- Static Public Member Functions inherited from g::Exception
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)
 

Additional Inherited Members

- Static Public Attributes inherited from g::Exception
static ExceptionActionPf msg_showAction
 
static ExceptionActionPf msg_fullShowAction
 
static ExceptionActionPf fatal_ActionPf
 
static ExceptionActionPf alternate_RaiseAction
 
- Protected Attributes inherited from g::Exception
std::wstring mMessage
 
GInt64_t mCode
 
ContextList mContextList
 

The documentation for this class was generated from the following file: