public interface ForbiddenChargeExceptionListener
Java interface has to be implemented by the classes which must handle exceptions; It specifies
the onException(..) method invoked to hanlde possible errors related to ForbiddenCharge exceptions.ForbiddenChargeException| Modifier and Type | Method and Description |
|---|---|
void |
onException(ForbiddenChargeException e)
Invoked when the charging is not allowed.
|
void onException(ForbiddenChargeException e)
e - The exception to be handled