roskakori / cutplace

validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18 stars 20 forks source link

Cleanup and test errors.py #68

Closed heubi95 closed 9 years ago

heubi95 commented 9 years ago
roskakori commented 9 years ago

Note: the Exception hierarchy has been cleaned up. Now all exceptions are either a DataError that can be fixed by providing proper data or an InterfaceError that can be fixed by providing a proper CID respectively using the API properly.

There's also a few more exceptions to represent more specific variants of DataError which currently seem useful mostly for test cases. Possibly we can collect them all with ´DataError`.