Uses of Class
org.opennms.netmgt.flows.classification.exception.InvalidRuleException
-
-
Uses of InvalidRuleException in org.opennms.netmgt.flows.classification
Methods in org.opennms.netmgt.flows.classification that throw InvalidRuleException Modifier and Type Method Description Integer
ClassificationService. saveRule(Rule rule)
-
Uses of InvalidRuleException in org.opennms.netmgt.flows.classification.exception
Subclasses of InvalidRuleException in org.opennms.netmgt.flows.classification.exception Modifier and Type Class Description class
InvalidFilterException
-
Uses of InvalidRuleException in org.opennms.netmgt.flows.classification.internal
Methods in org.opennms.netmgt.flows.classification.internal that throw InvalidRuleException Modifier and Type Method Description Integer
DefaultClassificationService. saveRule(Rule rule)
-
Uses of InvalidRuleException in org.opennms.netmgt.flows.classification.internal.validation
Methods in org.opennms.netmgt.flows.classification.internal.validation that throw InvalidRuleException Modifier and Type Method Description void
RuleValidator. validate(Rule rule)
protected static void
RuleValidator. validateIpAddress(String errorContext, String ipAddressValue)
protected static void
RuleValidator. validatePort(String errorContext, String port)
protected static void
RuleValidator. validateProtocol(String protocol)
-