Class RuleConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.rules.error.RuleConfigurationException
All Implemented Interfaces:
Serializable

public class RuleConfigurationException extends RuntimeException
Exception thrown when rule is misconfigured.
See Also:
  • Constructor Details

    • RuleConfigurationException

      public RuleConfigurationException(String ruleName, String message)
  • Method Details