Class FeelMissingVariableException

  • All Implemented Interfaces:
    Serializable

    public class FeelMissingVariableException
    extends FeelException
    Exception thrown if a variable used in a FEEL expression is not available.
    See Also:
    Serialized Form
    • Constructor Detail

      • FeelMissingVariableException

        public FeelMissingVariableException​(String message,
                                            String variable)
      • FeelMissingVariableException

        public FeelMissingVariableException​(String message,
                                            Throwable cause,
                                            String variable)
    • Method Detail

      • getVariable

        public String getVariable()