Class IllegalVariableEvaluationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.kestra.core.exceptions.InternalException
io.kestra.core.exceptions.IllegalVariableEvaluationException
All Implemented Interfaces:
Serializable

public class IllegalVariableEvaluationException extends InternalException
See Also:
  • Constructor Details

    • IllegalVariableEvaluationException

      public IllegalVariableEvaluationException(Throwable e)
    • IllegalVariableEvaluationException

      public IllegalVariableEvaluationException(String message)
    • IllegalVariableEvaluationException

      public IllegalVariableEvaluationException(String message, Throwable e)