Files
openide/java/java-impl/resources/inspectionDescriptions/ExceptionPackage.html
2025-02-05 04:43:28 +00:00

10 lines
552 B
HTML

<html>
<body>
Reports packages that only contain classes that extend <code>java.lang.Throwable</code>, either directly or indirectly.
<p>Although exceptions usually don't depend on other classes for their implementation, they are normally not used separately.
It is often a better design to locate exceptions in the same package as the classes that use them.</p>
<!-- tooltip end -->
<p>Available only from <b>Code | Inspect Code</b> or
<b>Code | Analyze Code | Run Inspection by Name</b> and isn't reported in the editor.</p>
</body>
</html>