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

Constructors

Link copied to clipboard
constructor(action: Action, context: Context, variables: Set<Variable>)

Properties

Link copied to clipboard
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard