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
class SAXModifyException extends RuntimeException
Exception internally thrown by the SAX Modification classes. This is a RuntimeException since theElementHandlermethods do not throw Exceptions.- Author:
- Wonne Keysers (Realsoftware.be)
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSAXModifyException(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
-
-