public class ProblemInvalidConditionValueTemplate extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemInvalidConditionValueTemplate(TemplateInstanceExpression templateInstanceExpression,
CaseEdge caseEdgeBeingChanged,
ConditionNode conditionNode)
Constructor for the ProblemInvalidConditionValueTemplate class.
|
Modifier and Type | Method and Description |
---|---|
CaseEdge |
getCaseEdgeBeingChanged()
Get the case edge that was being changed when this error occurred.
|
ConditionNode |
getConditionNode()
Get the condition node to which the new condition value was being
added.
|
java.lang.String |
getErrorMessage() |
TemplateInstanceExpression |
getTemplateInstanceExpression()
The template instance expression that was being set into the existing case edge or
that was being used to add a new condition value to a condition node.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemInvalidConditionValueTemplate(TemplateInstanceExpression templateInstanceExpression, CaseEdge caseEdgeBeingChanged, ConditionNode conditionNode)
templateInstanceExpression
- The template instance expression that was being set
into the existing case edge or that was being used to add a new condition value to a
condition node. The invalid template is the template from which the template intance
expression was derived.caseEdgeBeingChanged
- The case edge that the template instance expression is being
set into, if any. May be null if the error resulted from adding a new condition value
rather than changing an existing case edge.conditionNode
- The condition node to which the new condition value was being
added, if any. May be null if the error resulted from changing an existing case edge
rather than adding a new condition value.public CaseEdge getCaseEdgeBeingChanged()
public ConditionNode getConditionNode()
public TemplateInstanceExpression getTemplateInstanceExpression()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem