Class UncheckedJaxbException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizosoft.methanol.adapter.jaxb.UncheckedJaxbException
All Implemented Interfaces:
Serializable

public class UncheckedJaxbException extends RuntimeException
Unchecked wrapper over a JAXBException.
See Also:
  • Constructor Details

    • UncheckedJaxbException

      public UncheckedJaxbException(javax.xml.bind.JAXBException cause)
      Creates a new UncheckedJaxbException with the given cause.
  • Method Details

    • getCause

      public javax.xml.bind.JAXBException getCause()
      Overrides:
      getCause in class Throwable