Learn R Programming

R.oo (version 1.7.5)

getStackTrace.Exception: 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.

See Also

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

Examples

Run this code
For a complete example see help(Exception).

Run the code above in your browser using DataLab