Reported by [email protected], Mar 3, 2011
Runtime exceptions that occur in Java callbacks are not caught. To ensure that these are caught, all callbacks are currently wrapped with try/catch blocks in order to trace exceptions.
There should be a better way of handling exceptions in methods invoked via c++ callbacks.
Reported by [email protected], Mar 3, 2011
Runtime exceptions that occur in Java callbacks are not caught. To ensure that these are caught, all callbacks are currently wrapped with try/catch blocks in order to trace exceptions.
There should be a better way of handling exceptions in methods invoked via c++ callbacks.