apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Improve exception types #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Define specific exception types for particular sorts of errors (i.e. less 
generic than "ExecutionException" for example).

Original issue reported on code.google.com by don.ap...@gmail.com on 27 Feb 2010 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by don.ap...@gmail.com on 18 Sep 2010 at 7:38

GoogleCodeExporter commented 9 years ago
Exception types have been added as appropriate to pave the way for much more 
robust error handling and recovery strategies in future releases.

Original comment by don.ap...@gmail.com on 19 Sep 2010 at 10:26