Re: [OJB-developers] One more question
Brought to you by:
thma
From: Georg S. <ge...@me...> - 2002-04-25 08:19:00
|
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 |