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, toString
public DocumentException()
public DocumentException(String message)
public DocumentException(Throwable nestedException)
public Throwable getNestedException()
public String getMessage()
getMessage
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream out)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter writer)
printStackTrace
in class Throwable
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.