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 SummaryConstructorsConstructorDescriptionFeelException(String message) FeelException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FeelException
- 
FeelException
 
-