Inheritance diagram for org::jdom::JDOMException:
Public Member Functions | |
JDOMException () | |
JDOMException (String message) | |
JDOMException (String message, Throwable cause) | |
Throwable | initCause (Throwable cause) |
String | getMessage () |
void | printStackTrace () |
void | printStackTrace (PrintStream s) |
void | printStackTrace (PrintWriter w) |
Throwable | getCause () |
Jason Hunter
|
This will create an |
|
This will create an
|
|
This will create an
|
|
This will return the root cause
|
|
This returns the message for the
|
|
Intializes the cause of this exception to be the specified value.
|
|
Prints the stack trace of the
|
|
Prints the stack trace of the
|
|
This prints the stack trace of the |