public class PrintConversionEventImpl extends ValidationEventImpl implements PrintConversionEvent
允许JAXB提供者使用任何实现ValidationEvent接口的类。 这个课程只是为了方便起见。
PrintConversionEvent
, Validator
, ValidationEventHandler
, ValidationEvent
, ValidationEventLocator
ERROR, FATAL_ERROR, WARNING
Constructor and Description |
---|
PrintConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator)
创建一个新的PrintConversionEventImpl。
|
PrintConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)
创建一个新的PrintConversionEventImpl。
|
getLinkedException, getLocator, getMessage, getSeverity, setLinkedException, setLocator, setMessage, setSeverity, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLinkedException, getLocator, getMessage, getSeverity
public PrintConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator)
_severity
- 此事件的严重性值。
必须是ValidationEvent.WARNING,ValidationEvent.ERROR或ValidationEvent.FATAL_ERROR之一
_message
- 此事件的短信可能为空。
_locator
- 此事件的定位器对象可能为null。
IllegalArgumentException
- 如果提供了非法严重性字段
public PrintConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)
_severity
- 此事件的严重性值。
必须是ValidationEvent.WARNING,ValidationEvent.ERROR或ValidationEvent.FATAL_ERROR之一
_message
- 此事件的短信可能为空。
_locator
- 此事件的定位器对象可能为null。
_linkedException
- 可能提供有关事件的附加信息的可选链接异常可能为null。
IllegalArgumentException
- 如果提供了非法严重性字段
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.