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


Public Member Functions | |
| CardIllegalArgumentException (const std::string &message, const CalypsoCardCommand &command) | |
Public Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException | |
| const CardCommand & | getCommand () const |
| const std::shared_ptr< int > | getStatusWord () const |
Additional Inherited Members | |
Protected Member Functions inherited from keyple::card::calypso::CardCommandException | |
| CardCommandException (const std::string &message, const CalypsoCardCommand &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) | |
(package-private)
Indicates that the input user data do not allow to build a syntactically correct command (e.g. SFI too large, record number out of bounds,...).
Definition at line 29 of file CardIllegalArgumentException.h.
|
inline |
(package-private)
| message | the message to identify the exception context. |
| command | the Calypso card command. |
Definition at line 38 of file CardIllegalArgumentException.h.