java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.xml.sax.SAXNotSupportedException
- 所有已实现的接口:
-
Serializable
不支持操作的异常类。
当XMLReader识别到一个特性或属性标识符,但无法执行请求的操作(设置状态或值)时,将抛出此异常。其他SAX2应用程序和扩展可能会使用此类进行类似的目的。
- 自从:
- 1.4, SAX 2.0
- 参见:
-
Constructor Summary
-
Method Summary
Methods declared in class org.xml.sax.SAXException
getCause, getException, getMessage, toString
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SAXNotSupportedException
public SAXNotSupportedException()构造一个没有消息的新异常。 -
SAXNotSupportedException
构造一个带有给定消息的新异常。- 参数:
-
message
- 异常的文本消息。
-