ExceptionInEventChannelFilterException

class ExceptionInEventChannelFilterException(val event: Event, val eventChannel: EventChannel<*>, val message: String = "Exception in EventHandler", val cause: Throwable) : IllegalStateException

包装 EventChannel.filterfilter lambda 抛出的异常并重新抛出.

See also

Constructors

Link copied to clipboard
constructor(event: Event, eventChannel: EventChannel<*>, message: String = "Exception in EventHandler", cause: Throwable)

Properties

Link copied to clipboard
open override val cause: Throwable

原异常

Link copied to clipboard

当时正在处理的事件

Link copied to clipboard
Link copied to clipboard
open override val message: String