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