Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
CaughtExceptionImmediatelyRethrown.html
blob: 5dc2a763bb9be5fdd08934cee33f3feaed94f0ad [
file
] [
log
] [
blame
]
<html>
<body>
Reports any
<b>
catch
</b>
block where
the caught exception is immediately rethrown, without performing any action on it.
Such
<b>
catch
</b>
blocks are unnecessary or lack error
handling.
<!-- tooltip end -->
<p>
</body>
</html>