public class ProblemOperationContainsNoTargets extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemOperationContainsNoTargets(Operation operation)
Constructor for the ProblemOperationContainsNoTargets object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
Operation |
getOperation()
Get the operation which has the error.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemOperationContainsNoTargets(Operation operation)
operation
- The operation to which this error applies.public Operation getOperation()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem