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, toStringpublic DOMVisitorException(String message)
public DOMVisitorException(Exception e)
public Exception getException()
public Exception getCauseException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter writer)
printStackTrace in class Throwable