NotIterableException

open class NotIterableException(val action: Action, val context: Context, val value: Value) : ExecutionException

Exception thrown when a variable is not iterable

Parameters

action

Action that failed

context

Context of the action

value

Value that is not iterable

Constructors

Link copied to clipboard
constructor(action: Action, context: Context, value: Value)

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