![]() |
Keyple Card Calypso C++ Library 2.2.2
Reference Terminal Reader API for C++
|
#include <CardCommandException.h>
Public Member Functions | |
CardCommandException (const std::string &message, const CalypsoCardCommand &command, const std::shared_ptr< int > statusWord) | |
![]() | |
const CardCommand & | getCommand () const |
const std::shared_ptr< int > | getStatusWord () const |
CalypsoApduCommandException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord) | |
(package-private)
Parent abstract class of all Calypso card APDU commands exceptions.
Definition at line 29 of file CardCommandException.h.
|
inline |
(package-private)
message | the message to identify the exception context. |
command | the Calypso card command. |
statusWord | the status word (optional). |
Definition at line 39 of file CardCommandException.h.