getLastException.Exception {R.oo}R Documentation

Static method to get the last Exception thrown

Description

Static method to get the last Exception instanciated.

Usage

Exception$getLastException(...)

Arguments

... Not used.

Value

Returns an Exception object.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

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

Examples

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

[Package R.oo version 1.6.5 Index]