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:
Serializable
Exception internally thrown by the JAXBReader 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
-
JAXBRuntimeException
DOCUMENT ME!- Parameters:
cause
- The causingThrowable
-