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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionFeelSyntaxException(String message, String feelExpression, String description) FeelSyntaxException(String message, String feelExpression, String description, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
feelExpression
- 
description
 
- 
- 
Constructor Details- 
FeelSyntaxException
- 
FeelSyntaxException
 
- 
- 
Method Details- 
getFeelExpression
- 
getDescription
 
-