java.lang.Objectjavax.xml.bind.helpers.ValidationEventImpl
javax.xml.bind.helpers.NotIdentifiableEventImpl
public class NotIdentifiableEventImpl
     NotIdentifiableEvent 接口的默认实现。
允许 JAXB 提供者使用可实现 ValidationEvent 接口的任何类。提供此类只是为了方便使用。
NotIdentifiableEvent, 
    Validator, 
    ValidationEventHandler, 
    ValidationEvent, 
    ValidationEventLocator
   | 字段摘要 | 
|---|
| 从接口 javax.xml.bind.ValidationEvent 继承的字段 | 
|---|
| ERROR, FATAL_ERROR, WARNING | 
| 构造方法摘要 | |
|---|---|
| NotIdentifiableEventImpl(int _severity, String _message, ValidationEventLocator _locator)创建新的 NotIdentifiableEventImpl。 | |
| NotIdentifiableEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)创建新的 NotIdentifiableEventImpl。 | |
| 方法摘要 | 
|---|
| 从类 javax.xml.bind.helpers.ValidationEventImpl 继承的方法 | 
|---|
| getLinkedException, getLocator, getMessage, getSeverity, setLinkedException, setLocator, setMessage, setSeverity, toString | 
| 从类 java.lang.Object 继承的方法 | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| 从接口 javax.xml.bind.ValidationEvent 继承的方法 | 
|---|
| getLinkedException, getLocator, getMessage, getSeverity | 
| 构造方法详细信息 | 
|---|
public NotIdentifiableEventImpl(int _severity,
                                String _message,
                                ValidationEventLocator _locator) 
  
_severity - 此事件的 severity 值。必须是 ValidationEvent.WARNING、ValidationEvent.ERROR 或 ValidationEvent.FATAL_ERROR 之一
     _message - 此事件的文本消息,可以为 null。
     _locator - 此事件的 Locator 对象,可以为 null。 
     IllegalArgumentException - 如果提供了非法的 severity 字段
     
public NotIdentifiableEventImpl(int _severity,
                                String _message,
                                ValidationEventLocator _locator,
                                Throwable _linkedException) 
  
_severity - 此事件的 severity 值。必须是 ValidationEvent.WARNING、ValidationEvent.ERROR 或 ValidationEvent.FATAL_ERROR 之一
     _message - 此事件的文本消息,可以为 null。
     _locator - 此事件的 Locator 对象,可以为 null。
     _linkedException - 一个可以提供事件的其他信息的可选链接异常,可以为 null。 
     IllegalArgumentException - 如果提供了非法的 severity 字段