com.ibm.wbiserver.brules.mgmt.problem
Class ProblemNoTemplatesAvailableForNewActionNodes
java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemNoTemplatesAvailableForNewActionNodes
- All Implemented Interfaces:
- java.io.Serializable
public class ProblemNoTemplatesAvailableForNewActionNodes
- extends Problem
- implements java.io.Serializable
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.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ProblemNoTemplatesAvailableForNewActionNodes
public ProblemNoTemplatesAvailableForNewActionNodes(ConditionNode conditionNode)
- Parameters:
conditionNode
- ConditionNode
for which ActionNode
s cannot be created.
getConditionNode
public ConditionNode getConditionNode()
- Returns:
- the conditionNode for which
ActionNode
s cannot be created.
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessage
in class Problem