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