com.ibm.wbiserver.brules.mgmt.problem

Class ProblemNoTemplatesAvailableForNewActionNodes

  1. java.lang.Object
  2. extended bycom.ibm.wbiserver.brules.mgmt.problem.Problem
  3. extended bycom.ibm.wbiserver.brules.mgmt.problem.ProblemNoTemplatesAvailableForNewActionNodes
All implemented interfaces:
java.io.Serializable

  1. public class ProblemNoTemplatesAvailableForNewActionNodes
  2. extends Problem
  3. 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 ActionNodes.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Constructor Summary

Constructor and Description
ProblemNoTemplatesAvailableForNewActionNodes(ConditionNode conditionNode)

Method Summary

Modifier and Type Method and Description
  1. ConditionNode
getConditionNode()
  1. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

Constructor Detail

ProblemNoTemplatesAvailableForNewActionNodes

  1. public ProblemNoTemplatesAvailableForNewActionNodes( ConditionNode conditionNode)
Parameters:
conditionNode - ConditionNode for which ActionNodes cannot be created.

Method Detail

getConditionNode

  1. public ConditionNode getConditionNode( )
Returns:
the conditionNode for which ActionNodes cannot be created.

getErrorMessage

  1. public java.lang.String getErrorMessage( )
Specified by: