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:
- java.io.Serializable
public class DOMVisitorException
- extends java.lang.RuntimeException
DOMVisitorException
- Since:
- Feb. 23, 2001
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DOMVisitorException
public DOMVisitorException(java.lang.String message)
DOMVisitorException
public DOMVisitorException(java.lang.Exception e)
DOMVisitorException
public DOMVisitorException(java.lang.String message,
java.lang.Exception e)
getException
public java.lang.Exception getException()
getCauseException
public java.lang.Exception getCauseException()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream out)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)
- Overrides:
printStackTrace
in class java.lang.Throwable