|
|||||||||
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.ProblemNoTemplatesAvailableForNewActionNodes
public class ProblemNoTemplatesAvailableForNewActionNodes
This exception is thrown when calling
ConditionNode.addConditionValueToThisLevel()
if there are no
available templates that can be used to fill in the newly-created empty
ActionNode
s.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
ProblemNoTemplatesAvailableForNewActionNodes(ConditionNode conditionNode)
|
Method Summary | |
---|---|
ConditionNode |
getConditionNode()
|
java.lang.String |
getErrorMessage()
|
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 ProblemNoTemplatesAvailableForNewActionNodes(ConditionNode conditionNode)
conditionNode
- ConditionNode
for which ActionNode
s cannot be created.Method Detail |
---|
public ConditionNode getConditionNode()
ActionNode
s cannot be created.public java.lang.String getErrorMessage()
getErrorMessage
in class Problem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |