public class MarshalException extends JAXBException
The ValidationEventHandler
can cause this exception to be thrown
during the marshal operations. See
ValidationEventHandler.handleEvent(ValidationEvent)
.
JAXBException
,
Marshaller
,
Serialized FormConstructor and Description |
---|
MarshalException(java.lang.String message)
Construct a MarshalException with the specified detail message.
|
MarshalException(java.lang.String message,
java.lang.String errorCode)
Construct a MarshalException with the specified detail message and vendor
specific errorCode.
|
MarshalException(java.lang.String message,
java.lang.String errorCode,
java.lang.Throwable exception)
Construct a MarshalException with the specified detail message, vendor
specific errorCode, and linkedException.
|
MarshalException(java.lang.String message,
java.lang.Throwable exception)
Construct a MarshalException with the specified detail message and
linkedException.
|
MarshalException(java.lang.Throwable exception)
Construct a MarshalException with a linkedException.
|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString
public MarshalException(java.lang.String message)
message
- a description of the exceptionpublic MarshalException(java.lang.String message, java.lang.String errorCode)
message
- a description of the exceptionerrorCode
- a string specifying the vendor specific error codepublic MarshalException(java.lang.Throwable exception)
exception
- the linked exceptionpublic MarshalException(java.lang.String message, java.lang.Throwable exception)
message
- a description of the exceptionexception
- the linked exceptionpublic MarshalException(java.lang.String message, java.lang.String errorCode, java.lang.Throwable exception)
message
- a description of the exceptionerrorCode
- a string specifying the vendor specific error codeexception
- the linked exception