ObjectDB ObjectDB

fillInStackTrace() - Java Throwable's method

Method
java.lang.Throwable
Throwable fillInStackTrace()

Fills in the execution stack trace. This method records within this Throwable object information about the current state of the stack frames for the current thread.
Returns:
a reference to this Throwable instance.
Since:
Java JDK1.0
See Also:
java.lang.Throwable.printStackTrace()