Class IllegalRuleParameterException

  • All Implemented Interfaces:
    Serializable

    public class IllegalRuleParameterException
    extends IllegalArgumentException
    Marker exception class for rule parameters. When a rule is misconfigured, we want to fail the analysis fast and nicely.
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalRuleParameterException

        public IllegalRuleParameterException​(String message,
                                             Throwable cause)