Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
org::xml::sax::SAXNotSupportedException Class Reference#include <SAXNotSupportedException.h>
Inheritance diagram for org::xml::sax::SAXNotSupportedException:
List of all members.
Detailed Description
Exception class for an unsupported operation.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. See http://www.saxproject.org for further information.
An XMLReader 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.
- Since:
- SAX 2.0
- See also:
- org::xml::sax::SAXNotRecognizedException
Constructor & Destructor Documentation
org::xml::sax::SAXNotSupportedException::SAXNotSupportedException |
( |
|
) |
[inline] |
|
org::xml::sax::SAXNotSupportedException::SAXNotSupportedException |
( |
IN(acdk::lang::RString) |
message |
) |
[inline] |
|
|