#include <exception.h>
Inheritance diagram for wx::Exception:
Public Member Functions | |
Exception () | |
Exception (const Exception &e) | |
Exception (const wxString &sError,...) | |
Exception (const char *szFile, int nLine, const wxString &sError,...) | |
Exception (const Exception &e, const wxString &sError,...) | |
virtual | Exception::~Exception () |
void | PrintfV (const wxString &sError, va_list argptr) |
virtual | operator wxString () |
virtual const char * | GetFile () |
virtual const int | GetLine () |
const wxString & | GetString () const |
Protected Attributes | |
wxString | m_sError |
const char * | m_szFile |
int | m_nLine |
|
Definition at line 38 of file exception.h. |
|
Definition at line 45 of file exception.h. |
|
Definition at line 52 of file exception.h. |
|
Definition at line 66 of file exception.h. |
|
Definition at line 80 of file exception.h. References GetString(), and m_sError. |
Here is the call graph for this function:
|
Definition at line 94 of file exception.h. References Exception::~Exception(). Referenced by Exception::~Exception(). |
Here is the call graph for this function:
|
Definition at line 106 of file exception.h. |
|
Definition at line 108 of file exception.h. |
|
Definition at line 113 of file exception.h. Referenced by Exception(). |
|
Definition at line 104 of file exception.h. |
|
Definition at line 97 of file exception.h. Referenced by wx::FailureException::FailureException(). |
|
Definition at line 122 of file exception.h. Referenced by Exception(). |
|
Definition at line 120 of file exception.h. Referenced by Exception(). |
|
Definition at line 121 of file exception.h. Referenced by Exception(). |