| Modifier and Type | Method and Description |
|---|---|
List<ResourceMessage> |
ValidationException.getResourceMessages()
Get the resource messages
|
| Constructor and Description |
|---|
ValidationException(List<ResourceMessage> resourceMessages)
Construct the validation exception with the list of messages
|
ValidationException(List<ResourceMessage> resourceMessages,
Throwable cause)
Construct the validation exception with the list of messages
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCsCardPaymentService.validateAmount(AbstractOrderModel order,
double amount,
List<ResourceMessage> errorMessages)
Validate that the amount it valid.
|
protected void |
DefaultCsCardPaymentService.validateBillingInfo(AbstractOrderModel order,
CardInfo cardInfo,
List<ResourceMessage> errorMessages)
Validate the the billing info in the cardInfo.
|
protected void |
DefaultCsCardPaymentService.validateCardInfo(AbstractOrderModel order,
CardInfo cardInfo,
List<ResourceMessage> errorMessages)
Validate the cardInfo.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSubscriptionCsCardPaymentService.validateAmount(AbstractOrderModel order,
double amount,
List<ResourceMessage> errorMessages) |
Copyright © 2017 SAP SE. All Rights Reserved.