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
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemValueTemplateInstanceIsMissing(TreeAction treeAction)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
getTreeAction()
|
|
|
toString()
|
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, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
Constructor Detail
ProblemValueTemplateInstanceIsMissing
- public ProblemValueTemplateInstanceIsMissing( TreeAction treeAction)
Method Detail
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