Class ExceptionAsFlowControlRule

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.AstVisitor, JavaVisitor, net.sourceforge.pmd.lang.rule.Rule, net.sourceforge.pmd.properties.PropertySource

    public class ExceptionAsFlowControlRule
    extends AbstractJavaRulechainRule
    Catches the use of exception statements as a flow control device.
    Author:
    Will Sargent
    • Constructor Detail

      • ExceptionAsFlowControlRule

        public ExceptionAsFlowControlRule()