On 3/8/13, Jonathan M Davis <[email protected]> wrote:
> In both cases, you're telling it to catch everything.

Also, catch points should be rare, especially the ones which catch
base types like Exception or even Error or Throwable. The problem is
not the syntax, but the way people use exceptions. Pokemon exception
handling is a bad idiom.

Reply via email to