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.
org.xml.sax.SAXNotSupportedException
Modifier and Type | Field and Description |
---|---|
pack-priv static final long |
Access | Constructor and Description |
---|---|
public | |
public | SAXNotRecognizedException(String
The text message of the exception. message)Construct a new exception with the given message. |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID |
SAXNotRecognizedException | back to summary |
---|---|
public SAXNotRecognizedException() Default constructor. |
SAXNotRecognizedException | back to summary |
---|---|
public SAXNotRecognizedException(String message) Construct a new exception with the given message.
|