public class ProblemRuleBlockContainsNoRules extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemRuleBlockContainsNoRules(RuleBlock ruleBlock)
Constructor for the ProblemRuleBlockContainsNoRules class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
RuleBlock |
getRuleBlock()
Get the rule block that contains no rules.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemRuleBlockContainsNoRules(RuleBlock ruleBlock)
ruleBlock
- The rule block that contains no rules.public RuleBlock getRuleBlock()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem