Package org.camunda.spin.spi
Class SpinDataFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.spin.SpinRuntimeException
org.camunda.spin.spi.SpinDataFormatException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SpinJsonDataFormatException
,SpinXmlDataFormatException
Indicates an error in the underlying DataFormat layer
- Author:
- Daniel Meyer
- See Also:
-
Constructor Summary
ConstructorDescriptionSpinDataFormatException
(String message) SpinDataFormatException
(String message, Throwable 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
-
SpinDataFormatException
-
SpinDataFormatException
-