IBM WebSphere Application ServerTM
Release 7

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

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

public class ProblemTreeActionTermIsMissing
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
ProblemTreeActionTermIsMissing(TreeBlock treeBlock)
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 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

public ProblemTreeActionTermIsMissing(TreeBlock treeBlock)
Method Detail

getTreeBlock

public TreeBlock getTreeBlock()
Returns:
the treeBlock

getErrorMessage

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

IBM WebSphere Application ServerTM
Release 7