Back to Intellij Community

ExceptionNameDoesntEndWithException

java/java-impl/resources/inspectionDescriptions/ExceptionNameDoesntEndWithException.html

2025.3-rc-2193 B
Original Source

Reports exception classes whose names don't end with Exception.

Example: class NotStartedEx extends Exception {}

A quick-fix that renames such classes is available only in the editor.