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