Package org.camunda.spin.xml
Class SpinXmlNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.spin.SpinRuntimeException
org.camunda.spin.xml.SpinXmlNodeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SpinXmlAttributeException
,SpinXmlElementException
Indicates an error in the underlying xml tree node.
- Author:
- Sebastian Menski
- See Also:
-
Constructor Summary
ConstructorDescriptionSpinXmlNodeException
(String message) SpinXmlNodeException
(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
-
SpinXmlNodeException
-
SpinXmlNodeException
-