Class 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:
    Serialized Form
    • Field Detail

      • feelExpression

        protected String feelExpression
      • description

        protected String description
    • Constructor Detail

      • FeelSyntaxException

        public FeelSyntaxException​(String message,
                                   String feelExpression,
                                   String description)
    • Method Detail

      • getFeelExpression

        public String getFeelExpression()
      • getDescription

        public String getDescription()