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

#include <CardCommandUnknownStatusException.h>

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

Public Member Functions

 CardCommandUnknownStatusException (const std::string &message, const CardCommand &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
 

Additional Inherited Members

- Protected Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException
 CalypsoApduCommandException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord)
 

Detailed Description

This exception indicates that the status word is not referenced.

Since
2.0.0

Definition at line 27 of file CardCommandUnknownStatusException.h.

Constructor & Destructor Documentation

◆ CardCommandUnknownStatusException()

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

Constructor allowing to set a message, the command and the status word.

Parameters
messagethe message to identify the exception context (Should not be null).
commandthe card command (Should not be null).
statusWordthe status word (Should not be null).
Since
2.0.0

Definition at line 37 of file CardCommandUnknownStatusException.h.


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