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