com.ibm.wbiserver.brules.mgmt.problem

Class ProblemCaseEdgeValueDefinitionMissing

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

  1. public class ProblemCaseEdgeValueDefinitionMissing
  2. extends Problem
Problem class representing the error that the case edge has no value definition.
See Also:
Serialized Form

Field Summary

Fields inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem
COPYRIGHT

Constructor Summary

Constructor and Description
ProblemCaseEdgeValueDefinitionMissing(CaseEdge caseEdge)

Method Summary

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

Constructor Detail

ProblemCaseEdgeValueDefinitionMissing

  1. public ProblemCaseEdgeValueDefinitionMissing( CaseEdge caseEdge)

Method Detail

getCaseEdge

  1. public CaseEdge getCaseEdge()
Returns:
the caseEdge

getErrorMessage

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