Package org.camunda.bpm.model.xml
Class ModelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.model.xml.ModelException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BpmnModelException
,CmmnModelException
,DmnModelException
,ModelParseException
,ModelReferenceException
,ModelTypeException
,ModelValidationException
,WrongDocumentException
public class ModelException extends RuntimeException
An Exception in the Core XML Model.- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelException()
ModelException(String message)
ModelException(String message, Throwable cause)
ModelException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-