Package org.dom4j.io

Class SAXModifyException

  • All Implemented Interfaces:
    Serializable

    class SAXModifyException
    extends RuntimeException
    Exception internally thrown by the SAX Modification classes. This is a RuntimeException since the ElementHandlermethods do not throw Exceptions.
    Author:
    Wonne Keysers (Realsoftware.be)
    • Constructor Detail

      • SAXModifyException

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