public class ProblemInvalidActionValueTemplate extends Problem implements java.io.Serializable
TreeActionTermDefinition
for the action.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemInvalidActionValueTemplate(TemplateInstanceExpression templateInstanceBeingUsed,
TreeAction treeAction)
Constructor for the ProblemInvalidActionValueTemplate class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
TemplateInstanceExpression |
getTemplateInstanceBeingUsed()
Get the template instance that is in error.
|
TreeAction |
getTreeAction()
The tree action for which the template instance is being used.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemInvalidActionValueTemplate(TemplateInstanceExpression templateInstanceBeingUsed, TreeAction treeAction)
templateInstanceBeingUsed
- The TemplateInstanceExpression
being
used to define a value for an action. This is the template instance that is in error.treeAction
- The tree action for which the template instance is being used.public TemplateInstanceExpression getTemplateInstanceBeingUsed()
public TreeAction getTreeAction()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem