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