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


Protected Member Functions | |
| CalypsoSamCommandException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord) | |
Protected Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException | |
| CalypsoApduCommandException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord) | |
Additional Inherited Members | |
Public Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException | |
| const CardCommand & | getCommand () const |
| const std::shared_ptr< int > | getStatusWord () const |
(package-private)
Parent abstract class of all Keyple SAM APDU commands exceptions.
Definition at line 29 of file CalypsoSamCommandException.h.
|
inlineprotected |
| message | the message to identify the exception context. |
| command | the Calypso SAM command. |
| statusWord | the status word (optional). |
Definition at line 37 of file CalypsoSamCommandException.h.