Exception$getLastException {R.oo}R Documentation

Static method to get the last Exception thrown

Description

Static method to get the last Exception created.

Usage

## Static method (use this):
## Exception$getLastException(...)

## Don't use the below:
## S3 method for class 'Exception'
getLastException(this, ...)

Arguments

...

Not used.

Value

Returns an Exception object.

Author(s)

Henrik Bengtsson

See Also

For more information see Exception. See also tryCatch().

Examples

Run examples

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

[Package R.oo version 1.25.0 Index]