public class ProblemBusRuleNotInAvailTargetList extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemBusRuleNotInAvailTargetList(BusinessRule businessRule,
Operation operation)
Constructor for the ProblemBusRuleNotInAvailTargetList class.
|
Modifier and Type | Method and Description |
---|---|
BusinessRule |
getBusinessRule()
Get the business rule involved in the error.
|
java.lang.String |
getErrorMessage() |
Operation |
getOperation()
Get the operation involved in the error.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemBusRuleNotInAvailTargetList(BusinessRule businessRule, Operation operation)
businessRule
- The business rule involved in the error.operation
- The operation involved in the error.public BusinessRule getBusinessRule()
public Operation getOperation()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem