java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.xml.sax.SAXException | +--org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
SAXNotRecognizedException() Default constructor. |
SAXNotRecognizedException(java.lang.String message) Construct a new exception with the given message. |
public SAXNotRecognizedException()
public SAXNotRecognizedException(java.lang.String message)
message
- The text message of the exception.
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.