|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class COutputException: public IException { public: enum { unsupportedOutputMethod, unsupportedEncoding, invalidVersionNum, invalidEncName, misplacedAttribute, misplacedComment, misplacedProcessingInstruction, defaultNamespaceNotAllowed, invalidSurrogatePair, unsupportedCharacter }; public: COutputException(int nCode); COutputException(int nCode, const CString &strArg); COutputException( int nCode, const CString &strArg1, const CString &strArg2); public: CString ToString(); };
The exception thrown by the XSLT output engine.
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 | |
COutputException
(int nCode);
����������Constructs the output exception. |
|
COutputException
(int nCode, const CString &strArg);
����������Constructs the output exception with one informational string. |
|
COutputException
(int nCode, const CString &strArg1, const CString &strArg2);
����������Constructs the output exception with two informational strings. |
Function Summary | |
CString
|
ToString
();
����������Returns the string representation of this exception. |
Constructor/Destructor Detail |
COutputException(int nCode);
Constructs the output exception.
nCode
- the exception codeCOutputException(int nCode, const CString &strArg);
Constructs the output exception with one informational string.
nCode
- the exception codestrArg
- the informational stringCOutputException( int nCode, const CString &strArg1, const CString &strArg2);
Constructs the output exception with two informational strings.
nCode
- the exception codestrArg1
- the first informational stringstrArg2
- the second informational stringFunction 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 |