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 org.camunda.bpm.dmn.feel.impl.FeelException
Exception thrown if the syntax of a FEEL expression is invalid.
See Also:
  • Field Details

    • feelExpression

      protected String feelExpression
    • description

      protected String description
  • Constructor Details

    • FeelSyntaxException

      public FeelSyntaxException(String message, String feelExpression, String description)
    • FeelSyntaxException

      public FeelSyntaxException(String message, String feelExpression, String description, Throwable cause)
  • Method Details

    • getFeelExpression

      public String getFeelExpression()
    • getDescription

      public String getDescription()