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
-此事件的短信可能是null。
_locator
-这一事件定位对象可能是空的。
IllegalArgumentException
-如果提供非法的严重性场
public PrintConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)
_severity
-此事件的严重性值。必须是一个validationevent.warning,validationevent.error,或validationevent.fatal_error
_message
-此事件的短信可能是null。
_locator
-这一事件定位对象可能是空的。
_linkedException
可选连接异常,可提供有关事件的附加信息可以为空。
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.