Class AvoidRethrowingExceptionRule

All Implemented Interfaces:
AstVisitor, JavaVisitor, Rule, PropertySource

public class AvoidRethrowingExceptionRule extends AbstractJavaRulechainRule
Avoid rethrowing exceptions unless there's a subsequent catch clause that handles a superclass of the exception being rethrown.
  • Constructor Details

    • AvoidRethrowingExceptionRule

      public AvoidRethrowingExceptionRule()
  • Method Details