Example usage for Java org.jdom2 JDOMException fields, constructors, methods, implement or subclass
The text is from its open source code.
JDOMException(String message) This will create an Exception with the given message. | |
JDOMException(String message, Throwable cause) This will create an Exception with the given message and wrap another Exception . |