resources.report.rules.checkstyle.RedundantThrowsCheck.html Maven / Gradle / Ivy
RedundantThrowsCheck
RedundantThrowsCheck
Checks for redundant exceptions declared in throws clause such as duplicates, unchecked exceptions or subclasses of another declared exception.