Reports inappropriate exceptions declared by methods. One use of this inspection would be to warn of throws clauses which declare overly generic exceptions (e.g. java.lang.Exception or java.lang.Throwable).

Use the list below to specify which exceptions should be flagged by this inspection.

Use the first checkbox below to ignore exceptions declared on test methods.

Use the second checkbox below to ignore exceptions declared on methods which override a library method.

Powered by InspectionGadgets