Package org.dom4j.io
Class SAXModifyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dom4j.io.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 theElementHandler
methods do not throw Exceptions.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SAXModifyException(java.lang.Throwable cause)
DOCUMENT ME!
-