OSSAXException Class Reference
Inheritance diagram for OSSAXException:

Public Member Functions | |
| OSSAXException () | |
| Default constructor. | |
| OSSAXException (OSRTContext *pContext, const OSUTF8CHAR *const msg) | |
| Constructor. | |
| OSSAXException (OSRTContext *pContext, const OSUTF8CHAR *const msg, int stat_, const OSUTF8CHAR *const file_, int line_) | |
| Constructor. | |
| OSSAXException (OSRTContext *pContext, int stat_, const OSUTF8CHAR *file_, int line_) | |
| Constructor. | |
| OSSAXException (const OSSAXException &toCopy) | |
| Copy constructor. | |
| ~OSSAXException () | |
| Destructor. | |
| const OSUTF8CHAR * | getMessage () |
| const OSUTF8CHAR * | getSrcFileName () |
| int | getSrcLineNum () |
| void | printErrorInfo () |
| Prints error information, if context is set. | |
Protected Attributes | |
| const OSUTF8CHAR * | mpMsg |
| const OSUTF8CHAR * | mpFile |
| int | line |
Detailed Description
Definition at line 161 of file rtxCppException.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Constructor.
Definition at line 174 of file rtxCppException.h. |
|
||||||||||||||||||||||||
|
Constructor.
Definition at line 186 of file rtxCppException.h. |
|
||||||||||||||||||||
|
Constructor.
Definition at line 198 of file rtxCppException.h. |
|
|
Copy constructor.
Definition at line 206 of file rtxCppException.h. |
The documentation for this class was generated from the following file:
