ExceptionInEventHandlerException    
    class ExceptionInEventHandlerException(    val event: Event,     val message: String = "Exception in EventHandler",     val cause: Throwable) : IllegalStateException
Content copied to clipboard
EventHandler 标记的函数在处理事件时产生异常时包装异常并重新抛出
Constructors
Link copied to clipboard
                fun ExceptionInEventHandlerException(    event: Event,     message: String = "Exception in EventHandler",     cause: Throwable)
Content copied to clipboard