Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

wx::Exception Class Reference

#include <exception.h>

Inheritance diagram for wx::Exception:

Inheritance graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

wx::Exception::Exception  )  [inline]
 

Definition at line 38 of file exception.h.

References m_nLine, m_sError, and m_szFile.

wx::Exception::Exception const Exception e  )  [inline]
 

Definition at line 45 of file exception.h.

References m_nLine, m_sError, and m_szFile.

wx::Exception::Exception const wxString &  sError,
... 
[inline]
 

Definition at line 52 of file exception.h.

References m_nLine, m_sError, and m_szFile.

wx::Exception::Exception const char *  szFile,
int  nLine,
const wxString &  sError,
... 
[inline]
 

Definition at line 66 of file exception.h.

References m_nLine, m_sError, and m_szFile.

wx::Exception::Exception const Exception e,
const wxString &  sError,
... 
[inline]
 

Definition at line 80 of file exception.h.

References GetString(), and m_sError.

Here is the call graph for this function:

virtual wx::Exception::Exception::~Exception  )  [inline, virtual]
 

Definition at line 94 of file exception.h.

References Exception::~Exception().

Referenced by Exception::~Exception().

Here is the call graph for this function:


Member Function Documentation

virtual const char* wx::Exception::GetFile  )  [inline, virtual]
 

Definition at line 106 of file exception.h.

virtual const int wx::Exception::GetLine  )  [inline, virtual]
 

Definition at line 108 of file exception.h.

const wxString& wx::Exception::GetString  )  const [inline]
 

Definition at line 113 of file exception.h.

Referenced by Exception().

virtual wx::Exception::operator wxString  )  [inline, virtual]
 

Definition at line 104 of file exception.h.

void wx::Exception::PrintfV const wxString &  sError,
va_list  argptr
[inline]
 

Definition at line 97 of file exception.h.

Referenced by wx::FailureException::FailureException().


Member Data Documentation

int wx::Exception::m_nLine [protected]
 

Definition at line 122 of file exception.h.

Referenced by Exception().

wxString wx::Exception::m_sError [protected]
 

Definition at line 120 of file exception.h.

Referenced by Exception().

const char* wx::Exception::m_szFile [protected]
 

Definition at line 121 of file exception.h.

Referenced by Exception().


The documentation for this class was generated from the following file:
Generated on Wed Jan 25 08:13:17 2006 for Sherpa wxWidgets Classes by doxygen 1.3.6