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