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