报告名称以Exception 结尾的非异常类。 这样的类可能会违反通用的命名惯例而引起混淆,并且通常表明开发者忘记了 extends Exception 子句。

示例:

public class NotStartedException {}

仅在编辑器中建议通过快速修复重命名类。