resources.report.rules.findbugs.NM_CLASS_NOT_EXCEPTION.html Maven / Gradle / Ivy
NM_CLASS_NOT_EXCEPTION
Nm: Class is not derived from an Exception, even though it is named as such (NM_CLASS_NOT_EXCEPTION)
This class is not derived from another exception, but ends with 'Exception'. This will
be confusing to users of this class.