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:
java.io.Serializable
public class DOMVisitorException extends java.lang.RuntimeException
DOMVisitorException- Since:
- Feb. 23, 2001
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DOMVisitorException(java.lang.Exception e)
DOMVisitorException(java.lang.String message)
DOMVisitorException(java.lang.String message, java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getCauseException()
java.lang.Exception
getException()
void
printStackTrace()
void
printStackTrace(java.io.PrintStream out)
void
printStackTrace(java.io.PrintWriter writer)
-
-
-
Method Detail
-
getException
public java.lang.Exception getException()
-
getCauseException
public java.lang.Exception getCauseException()
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintStream out)
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
-