Keyple Card Calypso C++ Library 2.2.2
Reference Terminal Reader API for C++
Public Member Functions | List of all members
keyple::card::calypso::CardDataAccessException Class Referencefinal

#include <CardDataAccessException.h>

Inheritance diagram for keyple::card::calypso::CardDataAccessException:
Inheritance graph
[legend]
Collaboration diagram for keyple::card::calypso::CardDataAccessException:
Collaboration graph
[legend]

Public Member Functions

 CardDataAccessException (const std::string &message, const CalypsoCardCommand &command, const std::shared_ptr< int > statusWord)
 
- Public Member Functions inherited from keyple::card::calypso::CardCommandException
 CardCommandException (const std::string &message, const CalypsoCardCommand &command, const std::shared_ptr< int > statusWord)
 
- Public Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException
const CardCommandgetCommand () const
 
const std::shared_ptr< int > getStatusWord () const
 
 CalypsoApduCommandException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord)
 

Detailed Description

(package-private)
Indicates that the content of the command is incompatible with the card's file system (e.g. reading a non-existent record,...).

Since
2.0.0

Definition at line 29 of file CardDataAccessException.h.

Constructor & Destructor Documentation

◆ CardDataAccessException()

keyple::card::calypso::CardDataAccessException::CardDataAccessException ( const std::string &  message,
const CalypsoCardCommand command,
const std::shared_ptr< int >  statusWord 
)
inline

(package-private)

Parameters
messagethe message to identify the exception context.
commandthe Calypso card command.
statusWordthe status word.
Since
2.0.0

Definition at line 39 of file CardDataAccessException.h.


The documentation for this class was generated from the following file: