|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
javax.xml.bind.UnmarshalException
public class UnmarshalException
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation. The ValidationEventHandler can cause this exception to be thrown during the unmarshal operations. See ValidationEventHandler.handleEvent(ValidationEvent).
Constructor Summary | |
---|---|
UnmarshalException(String message)
Construct a UnmarshalException with the specified detail message. |
|
UnmarshalException(String message,
String errorCode)
Construct a UnmarshalException with the specified detail message and vendor specific errorCode. |
|
UnmarshalException(String message,
String errorCode,
Throwable exception)
Construct a UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException. |
|
UnmarshalException(String message,
Throwable exception)
Construct a UnmarshalException with the specified detail message and linkedException. |
|
UnmarshalException(Throwable exception)
Construct a UnmarshalException with a linkedException. |
Method Summary |
---|
Methods inherited from class javax.xml.bind.JAXBException |
---|
getErrorCode, getLinkedException, setLinkedException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnmarshalException(String message)
public UnmarshalException(String message, String errorCode)
public UnmarshalException(String message, String errorCode, Throwable exception)
public UnmarshalException(String message, Throwable exception)
public UnmarshalException(Throwable exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |