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
ConditionNode.addConditionValueToThisLevel()
if there are no
available templates that can be used to fill in the newly-created empty
ActionNode
s.
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemNoTemplatesAvailableForNewActionNodes(ConditionNode conditionNode)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getConditionNode()
|
|
|
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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
Constructor Detail
ProblemNoTemplatesAvailableForNewActionNodes
- public ProblemNoTemplatesAvailableForNewActionNodes( ConditionNode conditionNode)
Parameters:
conditionNode
- ConditionNode
for which ActionNode
s cannot be created. Method Detail
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