Class JAXBRuntimeException

  • All Implemented Interfaces:
    Serializable

    class JAXBRuntimeException
    extends RuntimeException
    Exception internally thrown by the JAXBReader classes. This is a RuntimeException since the ElementHandlermethods do not throw Exceptions.
    Author:
    Wonne Keysers (Realsoftware.be)
    • Constructor Detail

      • JAXBRuntimeException

        protected JAXBRuntimeException​(Throwable cause)
        DOCUMENT ME!
        Parameters:
        cause - The causing Throwable