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
public class FeelSyntaxException extends FeelException
Exception thrown if the syntax of a FEEL expression is invalid.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected String
feelExpression
-
Constructor Summary
Constructors Constructor Description FeelSyntaxException(String message, String feelExpression, String description)
FeelSyntaxException(String message, String feelExpression, String description, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getFeelExpression()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-