标签:Throwable

  • Java Throwable getCause()方法

    java lang Throwable getCause()方法返回此抛出或空的原因,如果原因不存在或未知1语法publicThrowablegetCause()2参数无3返回值此方法返回

  • Java Throwable fillInStackTrace()方法

    java lang Throwable fillInStackTrace()方法填充在执行堆栈跟踪。此方法记录该Throwable对象信息内有关当前线程的堆栈帧的当前状态。1语法