IBM WebSphere Application ServerTM
Release 8

com.ibm.wbiserver.brules.mgmt.problem
Class Problem

java.lang.Object
  extended by com.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

public abstract class Problem
extends java.lang.Object
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
static java.lang.String COPYRIGHT
           
 
Constructor Summary
Problem(ValidationError errorType)
           
 
Method Summary
abstract  java.lang.String getErrorMessage()
           
 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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

Problem

public Problem(ValidationError errorType)
Method Detail

getErrorType

public ValidationError getErrorType()
Get the error type for this problem.

Returns:
The error type.

getErrorMessage

public abstract java.lang.String getErrorMessage()

IBM WebSphere Application ServerTM
Release 8