Open GoogleCodeExporter opened 9 years ago
try {
..
} finally {
..
}
doesn't swallow exceptions. It makes sure that certain things happen even if
an exception is thrown. When the finally block finishes, the stack continues &
the exception continues propagating.
Original comment by sberlin
on 27 Feb 2012 at 11:22
Oh, dear, I should not try read code that late in the day...
Thanks for pointing this out.
Original comment by carstenk...@yahoo.de
on 1 Mar 2012 at 9:40
Original issue reported on code.google.com by
carstenk...@yahoo.de
on 27 Feb 2012 at 10:50