Package org.camunda.spin
Class SpinRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.spin.SpinRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SpinDataFormatException
,SpinFileNotFoundException
,SpinJsonException
,SpinJsonPathException
,SpinScriptException
,SpinXmlNodeException
,SpinXPathException
- Author:
- Sebastian Menski
- See Also:
-
Constructor Summary
ConstructorDescriptionSpinRuntimeException
(String message) SpinRuntimeException
(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
-
SpinRuntimeException
-
SpinRuntimeException
-