Package org.camunda.bpm.model.dmn
Class DmnModelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.model.xml.ModelException
-
- org.camunda.bpm.model.dmn.DmnModelException
-
- All Implemented Interfaces:
Serializable
public class DmnModelException extends ModelException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DmnModelException()
DmnModelException(String message)
DmnModelException(String message, Throwable cause)
DmnModelException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-