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