getLastException.Exception: Static method to get the last Exception thrown

Exception$getLastExceptionR 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

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

R.oo documentation built on June 12, 2022, 9:05 a.m.