public class CCDValidationEventHandler
extends java.lang.Object
implements javax.xml.bind.ValidationEventHandler
| Constructor and Description |
|---|
CCDValidationEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleEvent(javax.xml.bind.ValidationEvent event)
used to handle Event
Receive notification of a validation warning or error.The ValidationEvent will have a ValidationEventLocator embedded in it that
indicates where the error or warning occurred.If an unchecked runtime exception is thrown from this method, the JAXBprovider will
treat it as if the method returned false and interrupt the current unmarshal, validate, or marshal operation.
|
public boolean handleEvent(javax.xml.bind.ValidationEvent event)
handleEvent in interface javax.xml.bind.ValidationEventHandlerevent - - value for event