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
| OSSAXException::OSSAXException | ( | OSRTContext * | pContext, | |
| const OSUTF8CHAR *const | msg | |||
| ) | [inline] |
Constructor.
- Parameters:
-
pContext Pointer to a context to use. msg The error or warning message.
Definition at line 174 of file rtxCppException.h.
| OSSAXException::OSSAXException | ( | OSRTContext * | pContext, | |
| const OSUTF8CHAR *const | msg, | |||
| int | stat_, | |||
| const OSUTF8CHAR *const | file_, | |||
| int | line_ | |||
| ) | [inline] |
Constructor.
- Parameters:
-
pContext Pointer to a context to use. msg The error or warning message. stat_ The completition status to be reported. file_ The name of source file from where exception is thrown. line_ The line number of source file from where exception is thrown.
Definition at line 186 of file rtxCppException.h.
| OSSAXException::OSSAXException | ( | OSRTContext * | pContext, | |
| int | stat_, | |||
| const OSUTF8CHAR * | file_, | |||
| int | line_ | |||
| ) | [inline] |
Constructor.
- Parameters:
-
pContext Pointer to a context to use. stat_ The completition status to be reported. file_ The name of source file from where exception is thrown. line_ The line number of source file from where exception is thrown.
Definition at line 198 of file rtxCppException.h.
| OSSAXException::OSSAXException | ( | const OSSAXException & | toCopy | ) | [inline] |
Copy constructor.
- Parameters:
-
toCopy The exception to be copy constructed
Definition at line 206 of file rtxCppException.h.
The documentation for this class was generated from the following file:
