Need authoritative source for why you shouldn't throw or catch java.lang.Exception

后端 未结 9 1093
无人及你
无人及你 2020-12-19 09:27

I\'ve got a coding standards meeting in just over an hour and I need a quick answer to this one.

Common wisdom among experienced Java programmers is that you don\'t

9条回答
  •  轮回少年
    2020-12-19 09:58

    See this article from Brian Goetz (the concurrency wizard) who has his own insight as well as quoting Josh Bloch in Effective Java

提交回复
热议问题