wl21st / jaql

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

Error handling during import/export #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The interfaces KeyValueImport and KeyValueExport do not allow their convert
() method to throw an exception. I think that it is crucial that these 
methods can report conversion errors back to Jaql (w/o using runtime 
exceptions), either using declared exceptions or a return value.

Original issue reported on code.google.com by Rainer.G...@gmx.de on 24 Mar 2009 at 10:58

GoogleCodeExporter commented 9 years ago
Exception handling needs an overhaul in general. This is one of the items that 
will 
be addressed.

Original comment by vuk.erce...@gmail.com on 25 Mar 2009 at 5:54