public class SAXNotRecognizedException 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 finds an unrecognized feature or property identifier; SAX applications and extensions may use this class for other, similar purposes.
SAXNotSupportedException,
Serialized Form| Constructor and Description |
|---|
SAXNotRecognizedException(String message)
Construct a new exception with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SAXNotRecognizedException(String message)
message - The text message of the exception.Copyright © 2012 code4tv.com. All Rights Reserved.