Description Usage Arguments Value See Also
Data elemets used in the IOException hierarchy each have there own S3
based accessor methods which can be used to extract data from an exception if
caught. All accessors can be used on any Exception derived object,
returning NULL if the data element is not defined for that exception.
1 2 3 4 5 6 7 8 9 | exceptionPath(...)
## S3 method for class 'Exception'
exceptionPath(e, ...)
exceptionTarget(...)
## S3 method for class 'Exception'
exceptionTarget(e, ...)
|
... |
Required for generic S3 method implementation, not used by any method defined here. |
e |
The |
exceptionPathReturns a file system path (as a one-element character vector).
exceptionTargetReturns the target of a link (as a one-element character vector).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.