javax.xml.bind.helpers
類別 ParseConversionEventImpl
java.lang.Object
javax.xml.bind.helpers.ValidationEventImpl
javax.xml.bind.helpers.ParseConversionEventImpl
- 所有已實作的介面:
- ParseConversionEvent, ValidationEvent
public class ParseConversionEventImpl
- extends ValidationEventImpl
- implements ParseConversionEvent
ParseConversionEvent 介面的預設實作。
允許 JAXB 提供者使用實作了 ValidationEvent 介面的任何類別。提供此類別只是為了方便使用。
- 從以下版本開始:
- JAXB1.0
- 另請參見:
ParseConversionEvent
,
Validator
,
ValidationEventHandler
,
ValidationEvent
,
ValidationEventLocator
ParseConversionEventImpl
public ParseConversionEventImpl(int _severity,
String _message,
ValidationEventLocator _locator)
- 創建新的 ParseConversionEventImpl。
- 參數:
_severity
- 此事件的 severity 值。必須是 ValidationEvent.WARNING、ValidationEvent.ERROR 或 ValidationEvent.FATAL_ERROR 之一_message
- 此事件的文本訊息,可以為 null。_locator
- 此事件的 Locator 物件,可以為 null。
- 拋出:
IllegalArgumentException
- 如果提供了非法的 severity 欄位
ParseConversionEventImpl
public ParseConversionEventImpl(int _severity,
String _message,
ValidationEventLocator _locator,
Throwable _linkedException)
- 創建新的 ParseConversionEventImpl。
- 參數:
_severity
- 此事件的 severity 值。必須是 ValidationEvent.WARNING、ValidationEvent.ERROR 或 ValidationEvent.FATAL_ERROR 之一_message
- 此事件的文本訊息,可以為 null。_locator
- 此事件的 Locator 物件,可以為 null。_linkedException
- 一個可以提供事件其他資訊的可選連接異常,可以為 null。
- 拋出:
IllegalArgumentException
- 如果提供了非法的 severity 欄位
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。