Class FeelSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.dmn.feel.impl.FeelException
org.camunda.bpm.dmn.feel.impl.juel.FeelSyntaxException
- All Implemented Interfaces:
Serializable
Exception thrown if the syntax of a FEEL expression is invalid.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFeelSyntaxException
(String message, String feelExpression, String description) FeelSyntaxException
(String message, String feelExpression, String description, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
feelExpression
-
description
-
-
Constructor Details
-
FeelSyntaxException
-
FeelSyntaxException
-
-
Method Details
-
getFeelExpression
-
getDescription
-