public class DOMVisitorException extends RuntimeException
| Constructor and Description |
|---|
DOMVisitorException(Exception exception) |
DOMVisitorException(String s) |
DOMVisitorException(String s,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getCauseException() |
Exception |
getException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream printstream) |
void |
printStackTrace(PrintWriter printwriter) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic DOMVisitorException(String s)
public DOMVisitorException(Exception exception)
public Exception getException()
public Exception getCauseException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream printstream)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter printwriter)
printStackTrace in class ThrowableCopyright © 2017 Oracle Corporation. All rights reserved.