com.ibm.wbiserver.brules.mgmt.problem

Class ProblemRuleBlockContainsNoRules

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

  1. public class ProblemRuleBlockContainsNoRules
  2. extends Problem
  3. implements java.io.Serializable
Problem class representing the error that the rule block contains no rules. A rule block must contain at least one rule.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Constructor Summary

Constructor and Description
ProblemRuleBlockContainsNoRules(RuleBlock ruleBlock)
Constructor for the ProblemRuleBlockContainsNoRules class.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getErrorMessage()
  1. RuleBlock
getRuleBlock()
Get the rule block that contains no rules.
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

Field Detail

  1. public static final java.lang.String COPYRIGHT
See Also:

Constructor Detail

ProblemRuleBlockContainsNoRules

  1. public ProblemRuleBlockContainsNoRules( RuleBlock ruleBlock)
Constructor for the ProblemRuleBlockContainsNoRules class.
Parameters:
ruleBlock - The rule block that contains no rules.

Method Detail

getRuleBlock

  1. public RuleBlock getRuleBlock()
Get the rule block that contains no rules.
Returns:
The rule block that contains no rules.

getErrorMessage

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