public class ProblemTemplateNotAssociatedWithRuleSet extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemTemplateNotAssociatedWithRuleSet(TemplateInstanceRule ruleBeingAdded,
RuleSet ruleSet)
Constructor for the ProblemTemplateNotAssociatedWithRuleSet class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
TemplateInstanceRule |
getRuleBeingAdded()
Get the rule being added to the ruleset.
|
RuleSet |
getRuleSet()
Get the ruleset to which the rule was being added.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemTemplateNotAssociatedWithRuleSet(TemplateInstanceRule ruleBeingAdded, RuleSet ruleSet)
ruleBeingAdded
- The new rule being added to the ruleset.ruleSet
- The ruleset to which the rule was being added..public TemplateInstanceRule getRuleBeingAdded()
public RuleSet getRuleSet()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem