throw.error {R.oo} | R Documentation |
Rethrows an 'error' object. The 'error' class was introduced in R v1.8.1 with the new error handling mechanisms.
## S3 method for class 'error': throw(error, ...)
error |
An object or class 'error'. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
See the tryCatch()
method etc.
See the Exception
class for more detailed information.