Class MarshalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.crypto.MarshalException
All Implemented Interfaces:
Serializable

public class MarshalException extends Exception
Indicates an exceptional condition that occurred during the XML marshalling or unmarshalling process.

A MarshalException can contain a cause: another throwable that caused this MarshalException to get thrown.

Since:
1.6
See Also: