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, setSeverityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkedException, getLocator, getMessage, getSeveritypublic 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.