ParseConversionEventImplpublic class ParseConversionEventImpl extends ValidationEventImpl implements ParseConversionEventDefault implementation of the ParseConversionEvent 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 ParseConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator)Create a new ParseConversionEventImpl.
super(_severity, _message, _locator);
| public ParseConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)Create a new ParseConversionEventImpl.
super(_severity, _message, _locator, _linkedException);
|
|