com.ibm.wbiserver.brules.mgmt.problem
Class Problem
- java.lang.Object
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
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
Problem(ValidationError errorType)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
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:
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( )