javax.xml.bind.helpers
Class NotIdentifiableEventImpl

java.lang.Object
  extended by javax.xml.bind.helpers.ValidationEventImpl
      extended by javax.xml.bind.helpers.NotIdentifiableEventImpl
All Implemented Interfaces:
NotIdentifiableEvent, ValidationEvent

public class NotIdentifiableEventImpl
extends ValidationEventImpl
implements NotIdentifiableEvent


Field Summary
 
Fields inherited from interface javax.xml.bind.ValidationEvent
ERROR, FATAL_ERROR, WARNING
 
Constructor Summary
NotIdentifiableEventImpl(int severity, String message, ValidationEventLocator locator)
           
NotIdentifiableEventImpl(int severity, String message, ValidationEventLocator locator, Throwable linkedException)
           
 
Method Summary
 
Methods inherited from class javax.xml.bind.helpers.ValidationEventImpl
getLinkedException, getLocator, getMessage, getSeverity, setLinkedException, setLocator, setMessage, setSeverity, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.bind.ValidationEvent
getLinkedException, getLocator, getMessage, getSeverity
 

Constructor Detail

NotIdentifiableEventImpl

public NotIdentifiableEventImpl(int severity,
                                String message,
                                ValidationEventLocator locator)

NotIdentifiableEventImpl

public NotIdentifiableEventImpl(int severity,
                                String message,
                                ValidationEventLocator locator,
                                Throwable linkedException)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.