public class DocumentException
extends java.lang.Exception
DocumentException
is a nested Exception which may be thrown
during the processing of a DOM4J document.Constructor and Description |
---|
DocumentException() |
DocumentException(java.lang.String message) |
DocumentException(java.lang.String message,
java.lang.Throwable nestedException) |
DocumentException(java.lang.Throwable nestedException) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.Throwable |
getNestedException() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream out) |
void |
printStackTrace(java.io.PrintWriter writer) |
public DocumentException()
public DocumentException(java.lang.String message)
public DocumentException(java.lang.Throwable nestedException)
public DocumentException(java.lang.String message, java.lang.Throwable nestedException)
public java.lang.Throwable getNestedException()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream out)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class java.lang.Throwable