jTryCatch | 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 https://mirai-solutions.ch
tryCatch
, stop
## Not run:
try(XLConnect:::jTryCatch(J("java.lang.Integer")$valueOf("not an integer")))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.