Class XmlMarshallException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.officefloor.plugin.xml.XmlMarshallException
All Implemented Interfaces:
Serializable

public class XmlMarshallException extends IOException
Indicates failure to marshall/unmarshall XML.
Author:
Daniel Sagenschneider
See Also:
  • Constructor Details

    • XmlMarshallException

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

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