| java.lang.Object javax.xml.bind.helpers.ValidationEventImpl javax.xml.bind.helpers.NotIdentifiableEventImpl
NotIdentifiableEventImpl | public NotIdentifiableEventImpl(int _severity, String _message, ValidationEventLocator _locator)(Code) | | Create a new NotIdentifiableEventImpl.
Parameters: _severity - The severity value for this event. Must be one ofValidationEvent.WARNING, ValidationEvent.ERROR, or ValidationEvent.FATAL_ERROR Parameters: _message - The text message for this event - may be null. Parameters: _locator - The locator object for this event - may be null. throws: IllegalArgumentException - if an illegal severity field is supplied |
NotIdentifiableEventImpl | public NotIdentifiableEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)(Code) | | Create a new NotIdentifiableEventImpl.
Parameters: _severity - The severity value for this event. Must be one ofValidationEvent.WARNING, ValidationEvent.ERROR, or ValidationEvent.FATAL_ERROR Parameters: _message - The text message for this event - may be null. Parameters: _locator - The locator object for this event - may be null. Parameters: _linkedException - An optional linked exception that may provideadditional information about the event - may be null. throws: IllegalArgumentException - if an illegal severity field is supplied |
|
|