stackTrace 属性

StackTrace stackTrace
final

错误最初被抛出时的堆栈跟踪。

扩展 Error 的类在第一次通过 throw 表达式被抛出时,将自动填充堆栈跟踪。

实现

final StackTrace stackTrace;