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
TreeActionTermDefinition
for the action.
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemInvalidActionValueTemplate(TemplateInstanceExpression templateInstanceBeingUsed,TreeAction treeAction)
Constructor for the ProblemInvalidActionValueTemplate class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
getTemplateInstanceBeingUsed()
Get the template instance that is in error.
|
|
getTreeAction()
The tree action for which the template instance is being used.
|
Methods inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem |
---|
getErrorType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
Constructor Detail
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. Method Detail
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