|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|�FUNCTION�|�DATA | DETAIL: � CONSTR �|�FUNCTION�|�DATA |
class CSaxNotRecognizedException: public CSaxException { public: CSaxNotRecognizedException(const CString &strMessage); ~CSaxNotRecognizedException(); };
The exception for unrecognized identifiers.
An XML reader will throw this exception when it finds an unrecognized feature or property identifier; SAX applications and extensions may use this class for other, similar purposes.
Constructor/Destructor Summary | |
CSaxNotRecognizedException
(const CString &strMessage);
����������Constructs the exception with the given message. |
|
~CSaxNotRecognizedException
();
����������Destroys the exception. |
Constructor/Destructor Detail |
CSaxNotRecognizedException(const CString &strMessage);
Constructs the exception with the given message.
strMessage
- the text message of the exception~CSaxNotRecognizedException();
Destroys the exception.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|�FUNCTION�|�DATA | DETAIL: � CONSTR �|�FUNCTION�|�DATA |