yuyutyrdinatry / pygraphics

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

Error Handling #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The error raising and handling of PyGraphics needs to be discussed,
designed, and implemented.

TODO:
Discuss when we want exceptions raised, which types to raise

Implement those exceptions

Original issue reported on code.google.com by C.J.Madd...@gmail.com on 18 May 2008 at 6:07

GoogleCodeExporter commented 8 years ago
We met and discussed exceptions. The decision was to do as little exception 
handling
as possible, letting the exceptions propagate from lower level calls. This is 
now
implemented. 

I went through a checked the majority of possible errors to see if any were
completely uninterpretable. If they were I raised a more readable exception of 
our own.

Original comment by C.J.Madd...@gmail.com on 9 Jun 2008 at 8:48