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
-异常的短信。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.