dwuab / information-dynamics-toolkit

Automatically exported from code.google.com/p/information-dynamics-toolkit
GNU General Public License v3.0
0 stars 0 forks source link

Think harder about the Exception handling design #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we just throw vanilla Exceptions for everything.
1. Should we have specific Exception types?
2. Should we think about whether just throwing them or doing something 
different is the best strategy?

Original issue reported on code.google.com by joseph.lizier on 17 Aug 2012 at 6:21