Class ValidationException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ValidationException extends JAXBException
This exception indicates that an error has occurred while performing a validate operation.

The ValidationEventHandler can cause this exception to be thrown during the validate operations. See ValidationEventHandler.handleEvent(ValidationEvent).

Since:
1.6, JAXB 1.0
See Also: