com.ibm.wbiserver.brules.mgmt.problem

Class ProblemTemplateNotAssociatedWithRuleSet

  • All Implemented Interfaces:
    java.io.Serializable


    public class ProblemTemplateNotAssociatedWithRuleSet
    extends Problem
    implements java.io.Serializable
    Problem class representing the error that the template associated with the specified rule is not associated with the ruleset to which the rule is being added.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProblemTemplateNotAssociatedWithRuleSet

        public ProblemTemplateNotAssociatedWithRuleSet(TemplateInstanceRule ruleBeingAdded,
                                               RuleSet ruleSet)
        Constructor for the ProblemTemplateNotAssociatedWithRuleSet class.
        Parameters:
        ruleBeingAdded - The new rule being added to the ruleset.
        ruleSet - The ruleset to which the rule was being added..
    • Method Detail

      • getRuleBeingAdded

        public TemplateInstanceRule getRuleBeingAdded()
        Get the rule being added to the ruleset.
        Returns:
        The rule being added to the ruleset.
      • getRuleSet

        public RuleSet getRuleSet()
        Get the ruleset to which the rule was being added.
        Returns:
        The ruleset to which the rule was being added.
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Specified by:
        getErrorMessage in class Problem
IBM Business Process ManagerTM
Release 8