Top Description Fields Constructors Methods
jdk.internal.org.xml.sax

public Class SAXNotRecognizedException

extends SAXException
Class Inheritance

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.

Author
David Megginson
Since
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 jdk.internal.org.xml.sax.SAXException:
getCausegetExceptiongetMessagetoString

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides jdk.internal.org.xml.sax.SAXException.serialVersionUID.

Annotations
@Serial

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.