|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|�FUNCTION�|�DATA | DETAIL: � CONSTR �|�FUNCTION�|�DATA |
class CSaxNotSupportedException: public CSaxException { public: CSaxNotSupportedException(const CString &strMessage); ~CSaxNotSupportedException(); };
The exception for unsupported operations.
An XML reader will throw this exception when it recognizes a feature or property identifier, but cannot perform the requested operation (setting a state or value). Other SAX2 applications and extensions may use this class for similar purposes.
Constructor/Destructor Summary | |
CSaxNotSupportedException
(const CString &strMessage);
����������Constructs the exception with the given message. |
|
~CSaxNotSupportedException
();
����������Destroys the exception. |
Constructor/Destructor Detail |
CSaxNotSupportedException(const CString &strMessage);
Constructs the exception with the given message.
strMessage
- the text message of the exception~CSaxNotSupportedException();
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 |