UnknownVariablesException
open class UnknownVariablesException(val action: Action, val context: Context, val variables: Set<Variable>) : ExecutionException
Exception thrown when one (or more) variable is not found
Parameters
action
Action that failed
context
Context of the action
variable
Variables that were not found