Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
org::xml::sax::SAXNotRecognizedException Class Reference#include <SAXNotRecognizedException.h>
Inheritance diagram for org::xml::sax::SAXNotRecognizedException:
List of all members.
Detailed Description
Exception class for an unrecognized identifier.
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 finds an unrecognized feature or property identifier; SAX applications and extensions may use this class for other, similar purposes.
- Since:
- SAX 2.0
- See also:
- org::xml::sax::SAXNotSupportedException
Constructor & Destructor Documentation
org::xml::sax::SAXNotRecognizedException::SAXNotRecognizedException |
( |
|
) |
[inline] |
|
org::xml::sax::SAXNotRecognizedException::SAXNotRecognizedException |
( |
IN(RString) |
message |
) |
[inline] |
|
|