com.ibm.wbiserver.brules.mgmt.problem
Class ProblemInvalidActionValueTemplate
java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemInvalidActionValueTemplate
- All Implemented Interfaces:
- java.io.Serializable
public class ProblemInvalidActionValueTemplate
- extends Problem
- implements java.io.Serializable
Problem class representing the error that the action value template being used to define
the value for an action is not available to that action, i.e. it is not associated with
the TreeActionTermDefinition
for the action.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ProblemInvalidActionValueTemplate
public ProblemInvalidActionValueTemplate(TemplateInstanceExpression templateInstanceBeingUsed,
TreeAction treeAction)
- Constructor for the ProblemInvalidActionValueTemplate class.
- Parameters:
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.
getTemplateInstanceBeingUsed
public TemplateInstanceExpression getTemplateInstanceBeingUsed()
- Get the template instance that is in error.
- Returns:
- The template instance in error.
getTreeAction
public TreeAction getTreeAction()
- The tree action for which the template instance is being used.
- Returns:
- The tree action for which the template instance is being used.
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessage
in class Problem