com.ibm.wbiserver.brules.mgmt.problem

Class ProblemValueTemplateInstanceIsMissing

  1. java.lang.Object
  2. extended bycom.ibm.wbiserver.brules.mgmt.problem.Problem
  3. extended bycom.ibm.wbiserver.brules.mgmt.problem.ProblemValueTemplateInstanceIsMissing
All implemented interfaces:
java.io.Serializable

  1. public class ProblemValueTemplateInstanceIsMissing
  2. extends Problem
  3. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Constructor Summary

Constructor and Description
ProblemValueTemplateInstanceIsMissing(TreeAction treeAction)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getErrorMessage()
  1. TreeAction
getTreeAction()
  1. java.lang.String
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

  1. public static final java.lang.String COPYRIGHT
See Also:

Constructor Detail

ProblemValueTemplateInstanceIsMissing

  1. public ProblemValueTemplateInstanceIsMissing( TreeAction treeAction)

Method Detail

getTreeAction

  1. public TreeAction getTreeAction( )
Returns:
the TreeAction that is missing a value template instance.

toString

  1. public java.lang.String toString( )
Overrides:
toString in class java.lang.Object

getErrorMessage

  1. public java.lang.String getErrorMessage( )
Specified by: