ExceptionInEventChannelFilterException
class ExceptionInEventChannelFilterException(val event: Event, val eventChannel: EventChannel<*>, val message: String = "Exception in EventHandler", val cause: Throwable) : IllegalStateException
包装 EventChannel.filter 的 filter
lambda 抛出的异常并重新抛出.
See also
Constructors
Link copied to clipboard
constructor(event: Event, eventChannel: EventChannel<*>, message: String = "Exception in EventHandler", cause: Throwable)