![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CardCommandUnknownStatusException.h>
Public Member Functions | |
CardCommandUnknownStatusException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord) | |
![]() | |
const CardCommand & | getCommand () const |
const std::shared_ptr< int > | getStatusWord () const |
Additional Inherited Members | |
![]() | |
CalypsoApduCommandException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord) | |
This exception indicates that the status word is not referenced.
Definition at line 27 of file CardCommandUnknownStatusException.h.
|
inline |
Constructor allowing to set a message, the command and the status word.
message | the message to identify the exception context (Should not be null). |
command | the card command (Should not be null). |
statusWord | the status word (Should not be null). |
Definition at line 37 of file CardCommandUnknownStatusException.h.