Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
Protected Member Functions | List of all members
keyple::card::calypso::CalypsoSamCommandException Class Reference

#include <CalypsoSamCommandException.h>

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

Protected Member Functions

 CalypsoSamCommandException (const std::string &message, const CalypsoSamCommand &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)
 

Additional Inherited Members

- Public Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException
const CardCommandgetCommand () const
 
const std::shared_ptr< int > getStatusWord () const
 

Detailed Description

(package-private)
Parent abstract class of all Keyple SAM APDU commands exceptions.

Since
2.0.0

Definition at line 29 of file CalypsoSamCommandException.h.

Constructor & Destructor Documentation

◆ CalypsoSamCommandException()

keyple::card::calypso::CalypsoSamCommandException::CalypsoSamCommandException ( const std::string &  message,
const CalypsoSamCommand command,
const std::shared_ptr< int >  statusWord 
)
inlineprotected
Parameters
messagethe message to identify the exception context.
commandthe Calypso SAM command.
statusWordthe status word (optional).
Since
2.0.0

Definition at line 37 of file CalypsoSamCommandException.h.


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