exception
classes whose names end with 'Exception
'.
Such classes may cause confusion by breaking a common naming convention, and
are often the sign that developer forgot extends Exception
clause.
Example:
public class NotStartedException {}
Quick-fix to rename the class is suggested only in the editor..