Class FeelMissingVariableException

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.FeelMissingVariableException
All Implemented Interfaces:
Serializable

public class FeelMissingVariableException extends org.camunda.bpm.dmn.feel.impl.FeelException
Exception thrown if a variable used in a FEEL expression is not available.
See Also:
  • Constructor Details

    • FeelMissingVariableException

      public FeelMissingVariableException(String message, String variable)
    • FeelMissingVariableException

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

    • getVariable

      public String getVariable()