blob: 6c94af8ed00ed2148dfd4c40e91f1e5b97925071 [file]
<html>
<body>
Reports <b>throws</b> clauses which contain exceptions which are more generic than the
exceptions actually thrown by the method.
<!-- tooltip end -->
<p>
Use the first checkbox below to have this inspection only warn on the most generic exceptions.
<p>
Use the second checkbox below to ignore overly broad <b>throws</b> clauses in methods which override a library method.
<p>
Use the third checkbox below to ignore any exceptions which hide other exceptions, but which may be thrown from the method body and thus
are technically not overly broad.
<p>
<small>New in 10</small>
</body>
</html>