Exception$getLastException {R.oo} | R Documentation |
Static method to get the last Exception created.
## Static method (use this):
## Exception$getLastException(...)
## Don't use the below:
## S3 method for class 'Exception'
getLastException(this, ...)
... |
Not used. |
Returns an Exception
object.
Henrik Bengtsson
For more information see Exception
.
See also tryCatch()
.
## Not run: For a complete example see help(Exception).