<html> | |
<body> | |
Reports inappropriate exceptions declared by methods. One use of this inspection would be to warn of | |
<b>throws</b> clauses which declare overly generic exceptions (e.g. <b>java.lang.Exception</b> or <b>java.lang.Throwable</b>). | |
<!-- tooltip end --> | |
<p> | |
Use the list below to specify which exceptions should be flagged by this inspection. | |
<p> | |
Use the checkbox below to ignore exceptions declared on methods which override a library method. | |
<p> | |
</body> | |
</html> |