public class SAXNotSupportedException extends SAXException
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
An DefaultHandler will throw this exception when it recognizes a feature or property identifier, but cannot perform the requested operation (setting a state or value). Other SAX2 applications and extensions may use this class for similar purposes.
SAXNotRecognizedException,
Serialized Form| Constructor and Description |
|---|
SAXNotSupportedException(String message)
Construct a new exception with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SAXNotSupportedException(String message)
message - The text message of the exception.Copyright © 2012 code4tv.com. All Rights Reserved.