IBM WebSphere Application ServerTM
Release 7

com.ibm.wbiserver.brules.mgmt.problem
Class ProblemInvalidActionValueTemplate

java.lang.Object
  extended by com.ibm.wbiserver.brules.mgmt.problem.Problem
      extended by 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
           
 
Constructor Summary
ProblemInvalidActionValueTemplate(TemplateInstanceExpression templateInstanceBeingUsed, TreeAction treeAction)
          Constructor for the ProblemInvalidActionValueTemplate class.
 
Method Summary
 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.
 
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:
Constant Field Values
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

IBM WebSphere Application ServerTM
Release 7