Package java.lang
Class Throwable

Public Method getStackTrace

void getStackTrace(byte[] Buffer)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Copies stack_trace buffer into provided destination buffer. The number of copied bytes is limited by the size of given byte array Buffer or the size of stack_trace buffer.