Example usage for Java javax.xml.bind UnmarshalException fields, constructors, methods, implement or subclass
The text is from its open source code.
UnmarshalException(String message, String errorCode) Construct an UnmarshalException with the specified detail message and vendor specific errorCode. | |
UnmarshalException(String message, Throwable exception) Construct an UnmarshalException with the specified detail message and linkedException. | |
UnmarshalException(String message) Construct an UnmarshalException with the specified detail message. | |
UnmarshalException(Throwable exception) Construct an UnmarshalException with a linkedException. |
Throwable | getCause() |
Throwable | getLinkedException() Get the linked exception |
String | getMessage() Returns the detail message string of this throwable. |
void | printStackTrace() Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err . |
String | toString() Returns a short description of this JAXBException. |