This inspection reports any instances of throw statements
which throw inappropriate exceptions. One use of this inspection would be to warn of
throw statements which throw overly generic exceptions
(e.g. java.lang.Exception or
java.io.IOException).
Use the list below to specify which exceptions should be flagged by this inspection. |
Powered by InspectionGadgets |