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:
java.io.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 java.lang.String
description
protected java.lang.String
feelExpression
-
Constructor Summary
Constructors Constructor Description FeelSyntaxException(java.lang.String message, java.lang.String feelExpression, java.lang.String description)
FeelSyntaxException(java.lang.String message, java.lang.String feelExpression, java.lang.String description, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getFeelExpression()
-
-
-
Constructor Detail
-
FeelSyntaxException
public FeelSyntaxException(java.lang.String message, java.lang.String feelExpression, java.lang.String description)
-
FeelSyntaxException
public FeelSyntaxException(java.lang.String message, java.lang.String feelExpression, java.lang.String description, java.lang.Throwable cause)
-
-