jp.gr.xml.relax.dom
Class DOMVisitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
DOMVisitorException(Exception e)
           
DOMVisitorException(String message)
           
DOMVisitorException(String message, Exception e)
           
 
Method Summary
 Exception getCauseException()
           
 Exception getException()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream out)
           
 void printStackTrace(PrintWriter writer)
           
 
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
 

Constructor Detail

DOMVisitorException

public DOMVisitorException(String message)

DOMVisitorException

public DOMVisitorException(Exception e)

DOMVisitorException

public DOMVisitorException(String message,
                           Exception e)
Method Detail

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