|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemRuleBlockContainsNoRules
public class ProblemRuleBlockContainsNoRules
Problem class representing the error that the rule block contains no rules. A rule block must contain at least one rule.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
ProblemRuleBlockContainsNoRules(RuleBlock ruleBlock)
Constructor for the ProblemRuleBlockContainsNoRules class. |
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
|
RuleBlock |
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 |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ProblemRuleBlockContainsNoRules(RuleBlock ruleBlock)
ruleBlock
- The rule block that contains no rules.Method Detail |
---|
public RuleBlock getRuleBlock()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |