Class FeelSyntaxException

All Implemented Interfaces:
Serializable

public class FeelSyntaxException extends 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()