且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Eclipse:在块中找到可以抛出异常的行

更新时间:2023-12-03 16:53:10

在eclipse中,如果启用突出显示事件并选择异常,它会突出显示正在被catch块捕获的(已检查)异常的所有行。

In eclipse, if you enable "highlight occurrences" and select Exception, it would highlight all lines that are throwing a (checked) exception that is being caught by the catch block.