public class SAXNotRecognizedException extends SAXException
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.
SAXNotSupportedException
,
Serialized FormConstructor and Description |
---|
SAXNotRecognizedException(String message)
Construct a new exception with the given message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SAXNotRecognizedException(String message)
message
- The text message of the exception.Copyright © 2013 CableLabs. All rights reserved.