com.ibm.wbiserver.brules.mgmt.problem
Class ProblemRuleBlockContainsNoRules
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemRuleBlockContainsNoRules
All implemented interfaces:
java.io.Serializable
- public class ProblemRuleBlockContainsNoRules
- extends Problem
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemRuleBlockContainsNoRules(RuleBlock ruleBlock)
Constructor for the ProblemRuleBlockContainsNoRules class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
getRuleBlock()
Get the rule block that contains no rules.
|
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
ProblemRuleBlockContainsNoRules
- public ProblemRuleBlockContainsNoRules( RuleBlock ruleBlock)
Constructor for the ProblemRuleBlockContainsNoRules class.
Parameters:
ruleBlock
- The rule block that contains no rules. Method Detail
getRuleBlock
- public RuleBlock getRuleBlock()
Get the rule block that contains no rules.
Returns:
The rule block that contains no rules.
getErrorMessage
- public java.lang.String getErrorMessage( )
Specified by:
getErrorMessage
in class Problem