public class SAXNotRecognizedException
extends SAXException
| java.lang.Object | ||||
| java.lang.Throwable | ||||
| java.lang.Exception | ||||
| org.xml.sax.SAXException | ||||
| org.xml.sax.SAXNotRecognizedException | ||||
无法识别标识符的异常类。
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应用程序和扩展可能会将此类用于其他类似的目的。
也可以看看:
Public constructors |
|
|---|---|
SAXNotRecognizedException() 默认的构造函数。 |
|
SAXNotRecognizedException(String message) 用给定的消息构造一个新的异常。 |
|
继承方法(Inherited methods) |
|
|---|---|
org.xml.sax.SAXException
|
|
java.lang.Throwable
|
|
java.lang.Object
|
|
SAXNotRecognizedException (String message)
用给定的消息构造一个新的异常。
| 参数(Parameters) | |
|---|---|
message |
String: The text message of the exception. |