[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: <index-out-of-bounds-error>



Bruce Hoult wrote:

> If you're catching the error a long way from where it is generated then 
> why do you care exactly what the error was?  What are you going to do 
> about it?

You might want to log it and categorize it using more information than 
just a string.  If there is an identifyable subtype/heirarchy that 
describes the error, it seems kind of silly to throw away that 
information and turn it into something that is no longer machine readable.

(From your answer, though, it sounds like there isn't any such heirarchy 
for errors in GD.)