flaing / jnibwapi

Automatically exported from code.google.com/p/jnibwapi
0 stars 0 forks source link

Exception Handling #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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. 

Original issue reported on code.google.com by bgwe...@gmail.com on 4 Mar 2011 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by bgwe...@gmail.com on 4 Mar 2011 at 4:14