public class ProblemTargetBusRuleNotSet extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemTargetBusRuleNotSet(OperationSelectionRecord operationSelectionRecord)
Constructor for the ProblemTargetBusRuleNotSet class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
OperationSelectionRecord |
getOperationSelectionRecord()
Get the operation selection record involved in the error.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemTargetBusRuleNotSet(OperationSelectionRecord operationSelectionRecord)
operationSelectionRecord
- The operation selection record involved in the error.public OperationSelectionRecord getOperationSelectionRecord()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem