Files
openide/java/java-impl/resources/inspectionDescriptions/ThrownExceptionsPerMethod.html
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>