Class MarshalException

java.lang.Object
All Implemented Interfaces:
Serializable

public class MarshalException extends JAXBException
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.

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

Since:
1.6, JAXB 1.0
See Also: