blob: 41b1fa89a693a5eb5c7888471cd09fe4a048659f [file] [log] [blame]
<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>