![]() |
Keyple Card Calypso C++ Library 2.2.5.6
Reference Terminal Reader API for C++
|
#include <CalypsoSamCommandException.h>


Public Member Functions | |
| CalypsoSamCommandException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord) | |
Public Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException | |
| 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 Keyple SAM APDU commands exceptions.
Definition at line 29 of file CalypsoSamCommandException.h.
|
inline |
(package-private)
| message | the message to identify the exception context. |
| command | the Calypso SAM command. |
| statusWord | the status word (optional). |
Definition at line 39 of file CalypsoSamCommandException.h.