.

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

Arguments

...

Not used.

Value

Returns a list containing the stack trace.

See also

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

Author

Henrik Bengtsson

Examples