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