public class ExceptionEvent extends java.lang.Object implements Event
用于框架收集异常,然后走事件系统由项目具体考虑是否要额外处理
ExceptionEvent(java.lang.Throwable exception)
java.lang.Throwable
getException()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionEvent(java.lang.Throwable exception)
public java.lang.Throwable getException()