Package org.camunda.bpm.dmn.feel.impl
Class FeelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.dmn.feel.impl.FeelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FeelConvertException
,FeelMethodInvocationException
,FeelMissingFunctionException
,FeelMissingVariableException
,FeelSyntaxException
Exception which is thrown if a error occurs during the
evaluation of a FEEL expression.
- See Also:
-
Constructor Summary
ConstructorDescriptionFeelException
(String message) FeelException
(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
-
FeelException
-
FeelException
-