mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 23:46:49 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
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> |