CExceptionListener
Updated at:
Listens for and handles card exceptions.
Introduction
A listener for card exceptions.
Method
onException
/**
* Called when an exception occurs.
* @param info The exception information.
*/
public void onException(CExceptionInfo info);
Is this page helpful?