Class DOMVisitorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DOMVisitorException
    extends java.lang.RuntimeException
    DOMVisitorException
    Since:
    Feb. 23, 2001
    See Also:
    Serialized Form
    • 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)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
      • DOMVisitorException

        public DOMVisitorException​(java.lang.Exception e)
      • DOMVisitorException

        public DOMVisitorException​(java.lang.String message,
                                   java.lang.Exception e)
    • Method Detail

      • 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