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