org.dom4j
public class DocumentException extends Exception
DocumentException
is a nested Exception which may be thrown
during the processing of a DOM4J document.
Version: $Revision: 1.7 $
Constructor Summary | |
---|---|
DocumentException() | |
DocumentException(String message) | |
DocumentException(Throwable nestedException) | |
DocumentException(String message, Throwable nestedException) |
Method Summary | |
---|---|
String | getMessage() |
Throwable | getNestedException() |
void | printStackTrace() |
void | printStackTrace(PrintStream out) |
void | printStackTrace(PrintWriter writer) |