Package org.dom4j.io

Class SAXModifyException

  • All Implemented Interfaces:
    java.io.Serializable

    class SAXModifyException
    extends java.lang.RuntimeException
    Exception internally thrown by the SAX Modification classes. This is a RuntimeException since the ElementHandlermethods do not throw Exceptions.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SAXModifyException​(java.lang.Throwable cause)
      DOCUMENT ME!
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SAXModifyException

        protected SAXModifyException​(java.lang.Throwable cause)
        DOCUMENT ME!
        Parameters:
        cause - The causing Throwable