Class 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 the ElementHandlermethods do not throw Exceptions.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JAXBRuntimeException​(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JAXBRuntimeException

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