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.
  • Constructor Details

    • JAXBRuntimeException

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