IBM WebSphere Application ServerTM
Release 8

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

java.lang.Object
  extended by com.ibm.wbiserver.brules.mgmt.problem.Problem
      extended by com.ibm.wbiserver.brules.mgmt.problem.ProblemCaseEdgesAreMissing
All Implemented Interfaces:
java.io.Serializable

public class ProblemCaseEdgesAreMissing
extends Problem

A ConditionNode has no case edges.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem
COPYRIGHT
 
Constructor Summary
ProblemCaseEdgesAreMissing(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
 

Constructor Detail

ProblemCaseEdgesAreMissing

public ProblemCaseEdgesAreMissing(ConditionNode conditionNode)
Method Detail

getConditionNode

public ConditionNode getConditionNode()
Returns:
the conditionNode

getErrorMessage

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

IBM WebSphere Application ServerTM
Release 8