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:
java.io.Serializable
- Direct Known Subclasses:
FeelConvertException
,FeelMethodInvocationException
,FeelMissingFunctionException
,FeelMissingVariableException
,FeelSyntaxException
public class FeelException extends java.lang.RuntimeException
Exception which is thrown if a error occurs during the evaluation of a FEEL expression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeelException(java.lang.String message)
FeelException(java.lang.String message, java.lang.Throwable cause)
-