mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
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> |