|
|
 |
 |
|
OSSAXException Class ReferenceInheritance diagram for OSSAXException:
List of all members.
Detailed Description
Definition at line 161 of file rtxCppException.h.
Constructor & Destructor Documentation
| OSSAXException::OSSAXException |
( |
OSContext * |
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 |
( |
OSContext * |
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 |
( |
OSContext * |
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:
|
This file was last modified on
8 Jan 2007. XBinder, Version 1.1.9 |