mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 11:44:39 +07:00
GitOrigin-RevId: 4ee6b7ef7e51a697e4d52a06b87cf599c79366a0
11 lines
281 B
HTML
11 lines
281 B
HTML
<html>
|
|
<body>
|
|
<p>Reports exception clauses that do not provide specific information
|
|
about the problem. </p>
|
|
<p><b>Example:</b></p>
|
|
<ul>
|
|
<li>Clauses that do not specify an exception class</li>
|
|
<li>Clauses that are specified as <code>Exception</code></li>
|
|
</ul>
|
|
</body>
|
|
</html> |