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
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