getStackTrace.Exception {R.oo}R Documentation

Gets the stack trace saved when the exception was created

Description

.

Usage

## S3 method for class 'Exception':
getStackTrace(this, ...)

Arguments

... Not used.

Value

Returns a list containing the stack trace.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*printStackTrace(). dump.frames(). tryCatch(). For more information see Exception.

Examples

## Not run: For a complete example see help(Exception).

[Package R.oo version 1.6.5 Index]