Files
openide/java/java-impl/resources/inspectionDescriptions/ThrownExceptionsPerMethod.html
Leonid Shalupov 40795fe787 IJI-2422: community/java: move resources under resources root
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
2025-02-05 04:43:28 +00:00

8 lines
421 B
HTML

<html>
<body>
Reports methods that have too many types of exceptions in its <code>throws</code> list.
<p>Methods with too many exceptions declared are a good sign that your error handling code is getting overly complex.</p>
<!-- tooltip end -->
<p>Use the <b>Exceptions thrown limit</b> field to specify the maximum number of exception types a method is allowed to have in its <code>throws</code> list.<p>
</body>
</html>