com.ibm.wbiserver.brules.mgmt.problem
Class ProblemOperationContainsNoTargets
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemOperationContainsNoTargets
All implemented interfaces:
java.io.Serializable
- public class ProblemOperationContainsNoTargets
- extends Problem
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemOperationContainsNoTargets(Operation operation)
Constructor for the ProblemOperationContainsNoTargets object.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
getOperation()
Get the operation which has the error.
|
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, toString, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
Constructor Detail
ProblemOperationContainsNoTargets
- public ProblemOperationContainsNoTargets( Operation operation)
Constructor for the ProblemOperationContainsNoTargets object.
Parameters:
operation
- The operation to which this error applies. Method Detail
getOperation
- public Operation getOperation()
Get the operation which has the error.
Returns:
The operation which has the error.
getErrorMessage
- public java.lang.String getErrorMessage( )
Specified by:
getErrorMessage
in class Problem