public class SAXNotRecognizedException 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将抛出该异常,当它发现无法识别的特征或属性标识符;SAX应用程序和扩展可以使用这个类的其他类似用途。
SAXNotSupportedException
,
Serialized Form
Constructor and Description |
---|
SAXNotRecognizedException()
默认构造函数。
|
SAXNotRecognizedException(String message)
用给定的消息构造一个新的异常。
|
getCause, getException, getMessage, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SAXNotRecognizedException()
public SAXNotRecognizedException(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.