|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
�PREV CLASS�� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CUriException: public IException { public: enum { missingColon, invalidSchemeSyntax, invalidOpaquePartSyntax, invalidEscapedSyntax, invalidTrailingCharacters, invalidDotDotSegment }; public: CUriException(int nCode, const CString &strArg); ~CUriException(); public: CString ToString(); };
The exception thrown when an error occurs during URI processing.
Every exception of this class is assigned an integer exception code and an informational string. Allowed values for exception codes are specified by the anonymous enumeration contained in this class declaration.
Constructor/Destructor Summary | |
CUriException
(int nCode, const CString &strArg);
����������Constructs the exception. |
|
~CUriException
();
����������Destroys the exception. |
Function Summary | |
CString
|
ToString
();
����������Returns the string representation of this exception. |
Constructor/Destructor Detail |
CUriException(int nCode, const CString &strArg);
Constructs the exception.
nCode
- the exception codestrArg
- the informational string~CUriException();
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 |