com.ibm.wbiserver.brules.mgmt.problem
Class ProblemInvalidAttemptToSetValueTemplateInstance
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemInvalidAttemptToSetValueTemplateInstance
All implemented interfaces:
java.io.Serializable
- public class ProblemInvalidAttemptToSetValueTemplateInstance
- extends Problem
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemInvalidAttemptToSetValueTemplateInstance(TemplateInstanceExpression templateInstanceExpressionBeingAdded,java.lang.Object objectBeingAddedTo)
Constructor for the ProblemInvalidAttemptToSetValueTemplateInstance class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
|
getObjectBeingAddedTo()
Get the part of the decision table to which the template instance expression was being
added.
|
getTemplateInstanceExpressionBeingAdded()
Get the template instance expression that was being added to a part of a decision table.
|
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
ProblemInvalidAttemptToSetValueTemplateInstance
- public ProblemInvalidAttemptToSetValueTemplateInstance( TemplateInstanceExpression templateInstanceExpressionBeingAdded,
- java.lang.Object objectBeingAddedTo)
Constructor for the ProblemInvalidAttemptToSetValueTemplateInstance class.
Parameters:
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
. Method Detail
getObjectBeingAddedTo
- public java.lang.Object getObjectBeingAddedTo( )
Get the part of the decision table to which the template instance expression was being
added.
Returns:
The part of the decision table to which the template instance expression was
being added.
getTemplateInstanceExpressionBeingAdded
- public TemplateInstanceExpression getTemplateInstanceExpressionBeingAdded( )
Get the template instance expression that was being added to a part of a decision table.
Returns:
The template instance expression that was being added to a part of a decision
table.
getErrorMessage
- public java.lang.String getErrorMessage( )
Specified by:
getErrorMessage
in class Problem