ExecutionException

open class ExecutionException(val action: Action, val context: Context, message: String) : Exception

Base class for all execution errors

Parameters

action

Action that failed

context

Context of the action

message

Error message

Inheritors

Constructors

Link copied to clipboard
constructor(action: Action, context: Context, message: String)

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?