![]() |
Keyple Card Calypso C++ Library 2.2.2
Reference Terminal Reader API for C++
|
#include <CalypsoApduCommandException.h>
Public Member Functions | |
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)
This exception is the parent abstract class of all card APDU commands exceptions.
Definition at line 33 of file CalypsoApduCommandException.h.
|
inline |
(package-private)
Constructor allowing to set the error message and the reference to the command
message | the message to identify the exception context (Should not be null). |
command | the command. |
statusWord | the status word. |
Definition at line 68 of file CalypsoApduCommandException.h.
|
inline |
(package-private)
Gets the command
Definition at line 42 of file CalypsoApduCommandException.h.
|
inline |
(package-private)
Gets the status word
Definition at line 54 of file CalypsoApduCommandException.h.