EventHandlerRegistrationException

Thrown when an attempt to register a EventHandler fails.

Parameters

reason

Why this EventHandler could not be registered.

Constructors

Link copied to clipboard
constructor(handler: EventHandler<*>, reason: String)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String