|
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.ProblemRuleNameAlreadyInUse
public class ProblemRuleNameAlreadyInUse
Problem class representing the error that the name of the new rule being added to the rule block is already in use for another rule in that rule block.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
ProblemRuleNameAlreadyInUse(java.lang.String newRuleName,
Rule existingRuleUsingName,
RuleBlock ruleBlock)
Constructor for the ProblemRuleNameAlreadyInUse class. |
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
|
Rule |
getExistingRuleUsingName()
Get the existing rule that is already using the name. |
java.lang.String |
getNewRuleName()
Get the name of the new rule that is in error. |
RuleBlock |
getRuleBlock()
Get the rule block 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 |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ProblemRuleNameAlreadyInUse(java.lang.String newRuleName, Rule existingRuleUsingName, RuleBlock ruleBlock)
newRuleName
- The name of the new rule for the rule block.existingRuleUsingName
- The existing rule that is already using the name.ruleBlock
- The rule block to which the rule was being added.Method Detail |
---|
public Rule getExistingRuleUsingName()
public java.lang.String getNewRuleName()
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 |