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:
Serializable
Exception internally thrown by the SAX Modification classes. This is a
RuntimeException since the
ElementHandler
methods do not
throw Exceptions.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SAXModifyException
DOCUMENT ME!- Parameters:
cause
- The causingThrowable
-