Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
UncheckedExceptionClass.html
blob: 1df2b816c6220cd741e2d97bf663c10516b122c8 [
file
] [
log
] [
blame
]
<html>
<body>
Reports unchecked exception classes (i.e. subclasses of
<b>
RuntimeException
</b>
).
Certain coding standards require that all user-defined exception classes be checked.
<!-- tooltip end -->
<p>
</body>
</html>