com.ibm.wbiserver.brules.mgmt.problem
Class ProblemTreeConditionIsMissing
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemTreeConditionIsMissing
All implemented interfaces:
java.io.Serializable
- public class ProblemTreeConditionIsMissing
- extends Problem
See Also:
Field Summary
Fields inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem |
---|
COPYRIGHT |
Constructor Summary
Constructor and Description |
---|
ProblemTreeConditionIsMissing(TreeBlock treeBlock)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
getTreeBlock()
|
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
ProblemTreeConditionIsMissing
- public ProblemTreeConditionIsMissing( TreeBlock treeBlock)
Method Detail
getTreeBlock
- public TreeBlock getTreeBlock()
Returns:
the treeBlock
getErrorMessage
- public java.lang.String getErrorMessage( )
Specified by:
getErrorMessage
in class Problem