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

11 lines
283 B
HTML

<html>
<body>
Reports exception classes whose names don't end with <code>Exception</code>.
<p><b>Example:</b> <code>class NotStartedEx extends Exception {}</code>
<p>A quick-fix that renames such classes is available only in the editor.</p>
<!-- tooltip end -->
<p>
</body>
</html>