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, setSeverity
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLinkedException, getLocator, getMessage, getSeverity
public 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
.