Top Description Fields Constructors Methods
org.xml.sax

public Class SAXNotRecognizedException

extends SAXException
Class Inheritance

Exception class for an unrecognized identifier.

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.

Author
David Megginson
Since
1.4, SAX 2.0
See Also
org.xml.sax.SAXNotSupportedException

Field Summary

Modifier and TypeField and Description
pack-priv static final long

Constructor Summary

AccessConstructor and Description
public
SAXNotRecognizedException()

Default constructor.

public
SAXNotRecognizedException(String
The text message of the exception.
message
)

Construct a new exception with the given message.

Method Summary

Inherited from org.xml.sax.SAXException:
getCausegetExceptiongetMessagetoString

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides org.xml.sax.SAXException.serialVersionUID.

Constructor Detail

SAXNotRecognizedExceptionback to summary
public SAXNotRecognizedException()

Default constructor.

SAXNotRecognizedExceptionback to summary
public SAXNotRecognizedException(String message)

Construct a new exception with the given message.

Parameters
message:String

The text message of the exception.