com.ibm.wbiserver.brules.mgmt.problem
Class ProblemTemplateNotAssociatedWithRuleSet
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemTemplateNotAssociatedWithRuleSet
All implemented interfaces:
java.io.Serializable
- public class ProblemTemplateNotAssociatedWithRuleSet
- extends Problem
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemTemplateNotAssociatedWithRuleSet(TemplateInstanceRule ruleBeingAdded,RuleSet ruleSet)
Constructor for the ProblemTemplateNotAssociatedWithRuleSet class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
getRuleBeingAdded()
Get the rule being added to the ruleset.
|
|
getRuleSet()
Get the ruleset to which the rule was being added.
|
Methods inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem |
---|
getErrorType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
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