<html> | |
<body> | |
This inspection reports duplicate exceptions in a method throws list. | |
For example: | |
<code><pre> | |
<b>void</b> f() <b>throws</b> Exception, <b>Exception</b> { | |
} | |
</pre></code> | |
<br> | |
The inspection also warns if one exception subclasses another. | |
For example: | |
<code><pre> | |
<b>void</b> f() <b>throws</b> <b>IOException</b>, Exception { | |
} | |
</pre></code> | |
<!-- tooltip end --> | |
<p> | |
Use the checkbox below to ignore exceptions subclassing others. | |
</p> | |
</body> | |
</html> |