Class XmlMarshallException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlMarshallException
    extends java.io.IOException
    Indicates failure to marshall/unmarshall XML.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlMarshallException​(java.lang.String reason)
      Enforce reason.
      XmlMarshallException​(java.lang.String reason, java.lang.Throwable cause)
      Enforce reason and allow cause.
    • 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

      • XmlMarshallException

        public XmlMarshallException​(java.lang.String reason)
        Enforce reason.
        Parameters:
        reason - Reason.
      • XmlMarshallException

        public XmlMarshallException​(java.lang.String reason,
                                    java.lang.Throwable cause)
        Enforce reason and allow cause.
        Parameters:
        reason - Reason.
        cause - Cause.