public class LSException extends RuntimeException
LSException
。
该处理可由于停下来一DOMError
用的严重性DOMError.SEVERITY_FATAL_ERROR
或非恢复DOMError.SEVERITY_ERROR
,或DOMErrorHandler.handleError()
返回false
。
注意:如DOMError界面中常量的DOMError
所示,DOM实现可能会在致命错误后选择继续,但是所得到的DOM树就是依赖于实现。
另见Document Object Model (DOM) Level 3 Load and Save Specification 。
Modifier and Type | Field and Description |
---|---|
short |
code |
static short |
PARSE_ERR
如果尝试使用
LSParser 加载文档或XML片段,并且处理已停止。
|
static short |
SERIALIZE_ERR
如果试图序列化
Node 使用
LSSerializer 和处理已经停止。
|
Constructor and Description |
---|
LSException(short code, String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public short code
public static final short PARSE_ERR
LSParser
加载文档或XML片段,并且处理已停止。
public static final short SERIALIZE_ERR
Node
使用
LSSerializer
和处理已经停止。
public LSException(short code, String 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.