public interface InvalidItemListener
Java interface defines a method onException(..) dedicated to the handling
of the invalid item exception in your client application;
First consider the known subinterfaces that specify the listeners to implement in your code.
Design and develop this method.
| Modifier and Type | Method and Description |
|---|---|
void |
onException(InvalidItemException e)
Invoked when a chargeable item was invalid and the
InvalidItemException is
thrown by the connected SAP CC system. |
void onException(InvalidItemException e)
InvalidItemException is
thrown by the connected SAP CC system.e - The exception to be handled in your client application