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.
  • Constructor Details

    • SAXModifyException

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