IBM WebSphere Application ServerTM
Release 8

com.ibm.wbiserver.brules.mgmt.problem
Class ProblemNoTemplatesAvailableForNewActionNodes

java.lang.Object
  extended by com.ibm.wbiserver.brules.mgmt.problem.Problem
      extended by 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 ActionNodes.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

ProblemNoTemplatesAvailableForNewActionNodes

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

getConditionNode

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

getErrorMessage

public java.lang.String getErrorMessage()
Specified by:
getErrorMessage in class Problem

IBM WebSphere Application ServerTM
Release 8