stack Trace As String
Returns a string containing the result of toString(), followed by the full, recursive stack trace of this. Note that you probably should not be parsing the resulting string; if you need programmatic access to the stack frames, you can call Throwable.getStackTrace.