Package org.dom4j.jaxb
Class JAXBRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dom4j.jaxb.JAXBRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
class JAXBRuntimeException extends java.lang.RuntimeException
Exception internally thrown by the JAXBReader classes. This is a RuntimeException since theElementHandler
methods do not throw Exceptions.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JAXBRuntimeException(java.lang.Throwable cause)
DOCUMENT ME!
-