Package javax.xml.bind
Class JAXBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MarshalException
- See Also:
-
Constructor Summary
ConstructorDescriptionJAXBException
(String message) JAXBException
(String message, String errorCode) JAXBException
(String message, String errorCode, Throwable exception) JAXBException
(String message, Throwable exception) JAXBException
(Throwable exception) -
Method Summary
Modifier and TypeMethodDescriptiongetCause()
void
void
void
void
setLinkedException
(Throwable exception) toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
JAXBException
-
JAXBException
-
JAXBException
-
JAXBException
-
JAXBException
-
-
Method Details
-
getErrorCode
-
getLinkedException
-
setLinkedException
-
toString
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
getCause
-