com.ibm.wbiserver.brules.mgmt.problem
Class ProblemValueTemplateInstanceIsMissing
java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemValueTemplateInstanceIsMissing
- All Implemented Interfaces:
- java.io.Serializable
public class ProblemValueTemplateInstanceIsMissing
- extends Problem
- implements java.io.Serializable
This problem occurs when a tree action should have a value template instance,
but doesn't.
- 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, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ProblemValueTemplateInstanceIsMissing
public ProblemValueTemplateInstanceIsMissing(TreeAction treeAction)
getTreeAction
public TreeAction getTreeAction()
- Returns:
- the TreeAction that is missing a value template instance.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessage
in class Problem