Description Usage Arguments Value See Also
Data elements used in the DataException 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 | exceptionData(...)
## S3 method for class 'Exception'
exceptionData(e, ...)
exceptionLine(...)
## S3 method for class 'Exception'
exceptionLine(e, ...)
|
... |
Required for generic S3 method implementation, not used by any method defined here. |
e |
The |
exceptionDataReturns the data causing the exception, format varies).
exceptionPathReturns a file system path (as a one-element character vector).
exceptionLineReturns a file line number(as a one-element integer vector).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.