Re: Catching throwable.

2010-09-15 Thread Mark Thomas
On 11/09/2010 00:45, Wesley Acheson wrote: > I'm looking through the source now where I'm seeing a lot of > Throwables caught. I was always told this was bad practice is there a > reason for this? Some I could understand but there seems to be places > where throwable is caught even though the javad

Catching throwable.

2010-09-10 Thread Wesley Acheson
I'm looking through the source now where I'm seeing a lot of Throwables caught. I was always told this was bad practice is there a reason for this? Some I could understand but there seems to be places where throwable is caught even though the javadocs say it throws an exception. And by your handlin