R.oo (version 1.26.0)

getStackTrace.Exception: Gets the stack trace saved when the exception was created

Description

.

Usage

# S3 method for Exception
getStackTrace(this, cleanup=getOption("R.oo::Exception/getStackTrace/args/cleanup",
  TRUE), ...)

Value

Returns a list containing the stack trace.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

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