|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
�PREV CLASS�� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CXsltComponentException: public IException { public: enum { objectRequired, unsupportedEncoding, resourceRetrievalError, invalidMethod, objectNotFound, mismatchedObjectClass, invalidParameterType, invalidResultType }; public: CXsltComponentException(int nCode); CXsltComponentException(int nCode, const CString &strArg); CXsltComponentException( int nCode, const CString &strArg1, const CString &strArg2); ~CXsltComponentException(); public: CString ToString(); };
The exception thrown by functions of the extension package.
Every exception of this class is assigned an integer exception code. Allowed values for exception codes are specified by the anonymous enumeration contained in this class declaration.
Optionally, one or two informational strings may be associated with the exception.
Constructor/Destructor Summary | |
CXsltComponentException
(int nCode);
����������Constructs the exception. |
|
CXsltComponentException
(int nCode, const CString &strArg);
����������Constructs the exception with one informational string. |
|
CXsltComponentException
(int nCode, const CString &strArg1, const CString &strArg2);
����������Constructs the exception with two informational strings. |
|
~CXsltComponentException
();
����������Destroys the exception. |
Function Summary | |
CString
|
ToString
();
����������Returns the string representation of this exception. |
Constructor/Destructor Detail |
CXsltComponentException(int nCode);
Constructs the exception.
nCode
- the exception codeCXsltComponentException(int nCode, const CString &strArg);
Constructs the exception with one informational string.
nCode
- the exception codestrArg
- the informational stringCXsltComponentException( int nCode, const CString &strArg1, const CString &strArg2);
Constructs the exception with two informational strings.
nCode
- the exception codestrArg1
- the first informational stringstrArg2
- the second informational string~CXsltComponentException();
Destroys the exception.
Function Detail |
CString ToString();
Returns the string representation of this exception.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
�PREV CLASS�� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |