Package net.officefloor.plugin.xml
Class XmlMarshallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.officefloor.plugin.xml.XmlMarshallException
- All Implemented Interfaces:
Serializable
Indicates failure to marshall/unmarshall XML.
- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlMarshallException(String reason) Enforce reason.XmlMarshallException(String reason, 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
-
Constructor Details
-
XmlMarshallException
Enforce reason.- Parameters:
reason- Reason.
-
XmlMarshallException
Enforce reason and allow cause.- Parameters:
reason- Reason.cause- Cause.
-