赶上是不好的做法Throwable?
Throwable
例如这样的事情:
try { // Some code } catch(Throwable e) { // handle the exception }
这是一种不好的做法还是我们应该尽可能具体?
java exception-handling throwable
exception-handling ×1
java ×1
throwable ×1