Example usage for Java javax.xml.bind ValidationException fields, constructors, methods, implement or subclass
The text is from its open source code.
ValidationException(String message) Construct an ValidationException with the specified detail message. | |
ValidationException(Throwable exception) Construct an ValidationException with a linkedException. | |
ValidationException(String message, String errorCode) Construct an ValidationException with the specified detail message and vendor specific errorCode. | |
ValidationException(String message, Throwable exception) Construct an ValidationException with the specified detail message and linkedException. |
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 . |