![]() |
Keyple Card Calypso C++ Library 2.2.2
Reference Terminal Reader API for C++
|
#include <CardDataAccessException.h>
Public Member Functions | |
CardDataAccessException (const std::string &message, const CalypsoCardCommand &command, const std::shared_ptr< int > statusWord) | |
![]() | |
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)
Indicates that the content of the command is incompatible with the card's file system (e.g. reading a non-existent record,...).
Definition at line 29 of file CardDataAccessException.h.
|
inline |
(package-private)
message | the message to identify the exception context. |
command | the Calypso card command. |
statusWord | the status word. |
Definition at line 39 of file CardDataAccessException.h.