public class ProblemInvalidAttemptToSetValueTemplateInstance extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemInvalidAttemptToSetValueTemplateInstance(TemplateInstanceExpression templateInstanceExpressionBeingAdded,
java.lang.Object objectBeingAddedTo)
Constructor for the ProblemInvalidAttemptToSetValueTemplateInstance class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
java.lang.Object |
getObjectBeingAddedTo()
Get the part of the decision table to which the template instance expression was being
added.
|
TemplateInstanceExpression |
getTemplateInstanceExpressionBeingAdded()
Get the template instance expression that was being added to a part of a decision table.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemInvalidAttemptToSetValueTemplateInstance(TemplateInstanceExpression templateInstanceExpressionBeingAdded, java.lang.Object objectBeingAddedTo)
templateInstanceExpressionBeingAdded
- The template instance expression that was
being added to a part of a decision table.objectBeingAddedTo
- The part of the decision table to which the template instance
expression was being added. This could be a CaseEdge
or a
TreeAction
.public java.lang.Object getObjectBeingAddedTo()
public TemplateInstanceExpression getTemplateInstanceExpressionBeingAdded()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem