Package jp.gr.xml.relax.dom
Class DOMVisitorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jp.gr.xml.relax.dom.DOMVisitorException
-
- All Implemented Interfaces:
Serializable
public class DOMVisitorException extends RuntimeException
DOMVisitorException- Since:
- Feb. 23, 2001
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DOMVisitorException(Exception e)
DOMVisitorException(String message)
DOMVisitorException(String message, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getCauseException()
Exception
getException()
void
printStackTrace()
void
printStackTrace(PrintStream out)
void
printStackTrace(PrintWriter writer)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Method Detail
-
getException
public Exception getException()
-
getCauseException
public Exception getCauseException()
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintStream out)
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintWriter writer)
- Overrides:
printStackTrace
in classThrowable
-
-