com.ibm.wbiserver.brules.mgmt.problem
Class ProblemCaseEdgesAreMissing
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemCaseEdgesAreMissing
All implemented interfaces:
java.io.Serializable
- public class ProblemCaseEdgesAreMissing
- extends Problem
ConditionNode
has no case edges.
See Also:
Field Summary
Fields inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem |
---|
COPYRIGHT |
Constructor Summary
Constructor and Description |
---|
ProblemCaseEdgesAreMissing(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 |
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