Class UnknownRuleGroupException

All Implemented Interfaces:
Serializable

public class UnknownRuleGroupException extends RuleEngineException
This exception is used to indicate a rule group could not be found.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownRuleGroupException

      public UnknownRuleGroupException(String name)
      Constructs the exception with the name of the rule group for which no definition could be found.
      Parameters:
      name - the name of the rule group for which no definition could be found.
  • Method Details

    • getRuleGroupName

      public String getRuleGroupName()
      This method returns the name of the rule group for which no definition could be found.
      Returns:
      the name of the rule group for which no definition could be found.