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