public class ProblemWrongOperationForOpSelectionRecord extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemWrongOperationForOpSelectionRecord(OperationSelectionRecord operationSelectionRecord,
OperationSelectionRecordList operationSelectionRecordList)
Constructor for the ProblemWrongOperationForOpSelectionRecord object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
OperationSelectionRecord |
getOperationSelectionRecord()
Get the operation selection record that was being added.
|
OperationSelectionRecordList |
getOperationSelectionRecordList()
Get the operation selection record list to which the operation selection record
was being added.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemWrongOperationForOpSelectionRecord(OperationSelectionRecord operationSelectionRecord, OperationSelectionRecordList operationSelectionRecordList)
operationSelectionRecord
- The operation selection record to which this error applies.operationSelectionRecordList
- The operation selection record list to which this error
applies.public OperationSelectionRecord getOperationSelectionRecord()
public OperationSelectionRecordList getOperationSelectionRecordList()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem