public class DocumentException extends Exception
DocumentException is a nested Exception which may be thrown
during the processing of a DOM4J document.
| Constructor and Description |
|---|
DocumentException() |
DocumentException(String message) |
DocumentException(String message,
Throwable nestedException) |
DocumentException(Throwable nestedException) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Throwable |
getNestedException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream out) |
void |
printStackTrace(PrintWriter writer) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic DocumentException()
public DocumentException(String message)
public DocumentException(Throwable nestedException)
public Throwable getNestedException()
public String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter writer)
printStackTrace in class ThrowableCopyright © 2012 JBoss by Red Hat. All Rights Reserved.