jTryCatch {XLConnect} | R Documentation |
Catches Java exceptions to create nicer error messages.
jTryCatch(...)
... |
Arguments to |
This function specifies a Java Throwable error handler that catches any Java exceptions. Caught exceptions
are post-processed and re-thrown using stop
.
Martin Studer
Mirai Solutions GmbH http://www.mirai-solutions.com
try(XLConnect:::jTryCatch(J("java.lang.Integer")$valueOf("not an integer")))