com.ibm.wbiserver.brules.mgmt.problem

Class Problem

  1. java.lang.Object
  2. extended bycom.ibm.wbiserver.brules.mgmt.problem.Problem
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
ProblemBusRuleNotInAvailTargetList, ProblemCaseEdgeChildNodeMissing, ProblemCaseEdgesAreMissing, ProblemCaseEdgeValueDefinitionMissing, ProblemDuplicatePropertyName, ProblemInvalidActionValueTemplate, ProblemInvalidAttemptToSetValueTemplateInstance, ProblemInvalidBooleanValue, ProblemInvalidConditionValueTemplate, ProblemNoTemplatesAvailableForNewActionNodes, ProblemOperationContainsNoTargets, ProblemOverlappingRanges, ProblemParmNotDefinedInTemplate, ProblemParmValueListContainsUnexpectedValue, ProblemRootNodeIsMissing, ProblemRuleBlockContainsNoRules, ProblemRuleNameAlreadyInUse, ProblemStartDateAfterEndDate, ProblemTargetBusRuleNotSet, ProblemTemplateNotAssociatedWithRuleSet, ProblemTemplateParameterNotSpecified, ProblemTNSAndNameAlreadyInUse, ProblemTreeActionTermIsMissing, ProblemTreeConditionIsMissing, ProblemTypeConversionError, ProblemValueTemplateInstanceIsMissing, ProblemValueViolatesParmConstraints, ProblemWrongNumberOfParameterValues, ProblemWrongOperationForOpSelectionRecord

  1. public abstract class Problem
  2. extends java.lang.Object
  3. implements java.io.Serializable
This class represents one problem found during validation. This is an abstract base class. Specific problems are represented by specific subclasses.
See Also:
Serialized Form

Field Summary

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

Constructor Summary

Constructor and Description
Problem(ValidationError errorType)

Method Summary

Modifier and Type Method and Description
  1. abstract
  2. java.lang.String
getErrorMessage()
  1. ValidationError
getErrorType()
Get the error type for this problem.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

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

Constructor Detail

Problem

  1. public Problem(ValidationError errorType)

Method Detail

getErrorType

  1. public ValidationError getErrorType( )
Get the error type for this problem.
Returns:
The error type.

getErrorMessage

  1. public abstract java.lang.String getErrorMessage( )