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