|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface ValidationEvent
此事件指示在執行解組操作期間驗證傳入的 XML 資料時、對 Java 內容階層樹執行按需驗證時或將 Java 內容階層樹編組回 XML 資料時遇到問題。
Validator
,
ValidationEventHandler
欄位摘要 | |
---|---|
static int |
ERROR
對應於 W3C XML 1.0 Recommendation 第 1.2 節中的“錯誤”的定義的條件。 |
static int |
FATAL_ERROR
對應於 W3C XML 1.0 Recommendation 第 1.2 節中的“致命錯誤”的定義的條件。 |
static int |
WARNING
根據 XML 1.0 Recommendation 的定義,不屬於錯誤或致命錯誤的那些條件。 |
方法摘要 | |
---|---|
Throwable |
getLinkedException()
檢索此警告/錯誤的連接異常。 |
ValidationEventLocator |
getLocator()
檢索此警告/錯誤的定位符。 |
String |
getMessage()
檢索此警告/錯誤的文本訊息。 |
int |
getSeverity()
檢索此警告/錯誤的嚴重性程式碼。 |
欄位詳細資訊 |
---|
static final int WARNING
static final int ERROR
static final int FATAL_ERROR
方法詳細資訊 |
---|
int getSeverity()
必須是 ValidationError.WARNING、ValidationError.ERROR 或 ValidationError.FATAL_ERROR 之一。
String getMessage()
Throwable getLinkedException()
ValidationEventLocator getLocator()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。