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