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.