Reports checked exception classes (i.e. subclasses of
Exception
which are not also subclasses of
RuntimeException
). Certain coding standards require that all user-defined exception classes be unchecked.