This inspection reports any instances of
try
statements which catch
java.lang.Error
or any subclass and which do not rethrow the error. Statements which catch
java.lang.ThreadDeath
are not reported by this inspection.
Powered by InspectionGadgets