Class UnmarshalException

java.lang.Object
All Implemented Interfaces:
Serializable

public class UnmarshalException extends JAXBException
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the Jakarta XML Binding Provider from completing the operation.

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

Since:
1.6, JAXB 1.0
See Also: