mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
8 lines
421 B
HTML
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> |