PrintConversionEventImplpublic class PrintConversionEventImpl extends ValidationEventImpl implements PrintConversionEventDefault implementation of the PrintConversionEvent interface.
JAXB providers are allowed to use whatever class that implements
the ValidationEvent interface. This class is just provided for a
convenience. |
Constructors Summary |
---|
public PrintConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator)Create a new PrintConversionEventImpl.
super(_severity, _message, _locator);
| public PrintConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)Create a new PrintConversionEventImpl.
super(_severity, _message, _locator, _linkedException);
|
|