ExceptionInEventChannelFilterException

class ExceptionInEventChannelFilterException(event: Event, eventChannel: EventChannel<*>, message: String, cause: Throwable) : IllegalStateException

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

See also

Constructors

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

Properties

cause
Link copied to clipboard
open override val cause: Throwable

原异常

event
Link copied to clipboard
val event: Event

当时正在处理的事件

eventChannel
Link copied to clipboard
val eventChannel: EventChannel<*>
message
Link copied to clipboard
open override val message: String