XLConnect (version 1.0.9)

jTryCatch: Standard Java exception handling for XLConnect

Description

Catches Java exceptions to create nicer error messages.

Usage

jTryCatch(...)

Arguments

...

Arguments to tryCatch - an expression and optionally the argument finally to specify an expression to be evaluated before returning or exiting.

Author

Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch

Details

This function specifies a Java Throwable error handler that catches any Java exceptions. Caught exceptions are post-processed and re-thrown using stop.

See Also

Examples

Run this code
if (FALSE) {
try(XLConnect:::jTryCatch(J("java.lang.Integer")$valueOf("not an integer")))
}

Run the code above in your browser using DataLab