EventNotFoundException

class EventNotFoundException(val message: String?) : Throwable

Thrown when an event is looked up by id somewhere in the screen's tile tree and none carries that id — the failure behind TriggerEvent's and UpdateEvents' onFailure, and TilesManager's own updateEventHolder.

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

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