RE: [OJB-developers] One more question
Brought to you by:
thma
From: Matthew B. <ma...@so...> - 2002-04-25 15:02:54
|
I started to do this on my version, and tried to add some information to the exceptions as they were being thrown to give developers some hints. Wish I had committ status :) Would make these changes very easy to make. -----Original Message----- From: Georg Schneider [mailto:ge...@me...] Sent: Thursday, April 25, 2002 1:19 AM To: Joa...@tp... Cc: obj...@li... Subject: Re: [OJB-developers] One more question Hi, I also think that we should get rid of the instances were Exceptions are caught on a wholesale basis like catch(Throwable t) ... , because that can mask important bugs (e.g. NullPointerExceptions) and makes them extremely difficult to find. :-) Georg _______________________________________________ Objectbridge-developers mailing list Obj...@li... https://lists.sourceforge.net/lists/listinfo/objectbridge-developers |