|
||||||||||
| 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
public class JAXBException
This is the root exception class for all JAXB exceptions.
| Constructor Summary | |
|---|---|
JAXBException(String message)
Construct a JAXBException with the specified detail message. |
|
JAXBException(String message,
String errorCode)
Construct a JAXBException with the specified detail message and vendor specific errorCode. |
|
JAXBException(String message,
String errorCode,
Throwable exception)
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException. |
|
JAXBException(String message,
Throwable exception)
Construct a JAXBException with the specified detail message and linkedException. |
|
JAXBException(Throwable exception)
Construct a JAXBException with a linkedException. |
|
| Method Summary | |
|---|---|
String |
getErrorCode()
Get the vendor specific error code |
Throwable |
getLinkedException()
Get the linked exception |
void |
setLinkedException(Throwable exception)
Add a linked Exception. |
| 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 JAXBException(String message)
public JAXBException(String message,
String errorCode)
public JAXBException(String message,
String errorCode,
Throwable exception)
public JAXBException(String message,
Throwable exception)
public JAXBException(Throwable exception)
| Method Detail |
|---|
public String getErrorCode()
public Throwable getLinkedException()
public void setLinkedException(Throwable exception)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||