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