<html> | |
<body> | |
Reports <b>catch</b> clauses | |
which catch inappropriate exceptions. Some exceptions, for instance | |
<b>java.lang.NullPointerException</b> and | |
<b>java.lang.IllegalMonitorStateException</b> represent programming errors | |
and so should almost certainly not be caught in production code. | |
<!-- tooltip end --> | |
<p> | |
Use the list below to specify which exceptions should be flagged by this inspection. | |
<p> | |
</body> | |
</html> |