public class NotIdentifiableEventImpl extends ValidationEventImpl implements NotIdentifiableEvent
Default implementation of a NotIdentifiableEvent.
ERROR, FATAL_ERROR, WARNING| Constructor and Description |
|---|
NotIdentifiableEventImpl(int pSeverity,
java.lang.String pMessage,
ValidationEventLocator pLocator)
Creates a new instance of
NotIdentifiableEventImpl. |
NotIdentifiableEventImpl(int pSeverity,
java.lang.String pMessage,
ValidationEventLocator pLocator,
java.lang.Throwable pLinkedException)
Creates a new instance of
NotIdentifiableEventImpl. |
getLinkedException, getLocator, getMessage, getSeverity, setLinkedException, setLocator, setMessage, setSeverityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkedException, getLocator, getMessage, getSeveritypublic NotIdentifiableEventImpl(int pSeverity,
java.lang.String pMessage,
ValidationEventLocator pLocator)
Creates a new instance of NotIdentifiableEventImpl.
public NotIdentifiableEventImpl(int pSeverity,
java.lang.String pMessage,
ValidationEventLocator pLocator,
java.lang.Throwable pLinkedException)
Creates a new instance of NotIdentifiableEventImpl.