Class InvalidRuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.flows.classification.exception.ClassificationException
-
- org.opennms.netmgt.flows.classification.exception.InvalidRuleException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidFilterException
public class InvalidRuleException extends ClassificationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRuleException(String errorContext, ErrorTemplate errorTemplate, Object... arguments)
-
Method Summary
-
Methods inherited from class org.opennms.netmgt.flows.classification.exception.ClassificationException
getError, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidRuleException
public InvalidRuleException(String errorContext, ErrorTemplate errorTemplate, Object... arguments)
-
-