public class SAXNotSupportedException extends SAXException
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.
当XMLReader识别到一个特征或属性标识符,但是不能执行请求的操作(设置一个状态或值)时,它将抛出该异常。 其他SAX2应用程序和扩展可以使用这个类用于类似的目的。
SAXNotRecognizedException
, Serialized Form
Constructor and Description |
---|
SAXNotSupportedException()
构造一个没有消息的新异常。
|
SAXNotSupportedException(String message)
使用给定的消息构造一个新的异常。
|
getCause, getException, getMessage, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SAXNotSupportedException()
public SAXNotSupportedException(String message)
message
- 异常的短信。