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