com.ibm.wbiserver.brules.mgmt.problem

Class ProblemRootNodeIsMissing

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

  1. public class ProblemRootNodeIsMissing
  2. extends Problem
Problem class representing the error that the tree block has no root node.
See Also:
Serialized Form

Field Summary

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

Constructor Summary

Constructor and Description
ProblemRootNodeIsMissing(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

ProblemRootNodeIsMissing

  1. public ProblemRootNodeIsMissing( TreeBlock treeBlock)

Method Detail

getTreeBlock

  1. public TreeBlock getTreeBlock()
Returns:
the treeBlock

getErrorMessage

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