lyfeyaj / jaql

Automatically exported from code.google.com/p/jaql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error handling during import/export

GoogleCodeExporter opened this issue · comments

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

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