public class DOMVisitorException extends RuntimeException
Constructor and Description |
---|
DOMVisitorException(Exception e) |
DOMVisitorException(String message) |
DOMVisitorException(String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
Exception |
getCauseException() |
Exception |
getException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream out) |
void |
printStackTrace(PrintWriter writer) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public DOMVisitorException(String message)
public DOMVisitorException(Exception e)
public Exception getException()
public Exception getCauseException()
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