com.ibm.wbiserver.brules.mgmt.problem

Class ProblemTreeActionTermIsMissing

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

  1. public class ProblemTreeActionTermIsMissing
  2. extends Problem
Problem class representing the error that the tree block is missing a tree action term.
See Also:
Serialized Form

Field Summary

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

Constructor Summary

Constructor and Description
ProblemTreeActionTermIsMissing(TreeBlock treeBlock)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getErrorMessage()
  1. TreeBlock
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

ProblemTreeActionTermIsMissing

  1. public ProblemTreeActionTermIsMissing( TreeBlock treeBlock)

Method Detail

getTreeBlock

  1. public TreeBlock getTreeBlock()
Returns:
the treeBlock

getErrorMessage

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