Package java.lang
Class Throwable

Public Method fillInStackTrace

void fillInStackTrace()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Stores within this Throwable object information about the current state of the stack frames for the current thread. This method is useful when an application is re-throwing an error or exception.