Keypop Reader C++ API 2.0.0
Reference Reader API for C++
Public Member Functions | List of all members
keypop::reader::CardCommunicationException Class Referencefinal

#include <CardCommunicationException.hpp>

Inheritance diagram for keypop::reader::CardCommunicationException:
Inheritance graph
[legend]
Collaboration diagram for keypop::reader::CardCommunicationException:
Collaboration graph
[legend]

Public Member Functions

 CardCommunicationException (const std::string &message)
 
 CardCommunicationException (const std::string &message, const std::shared_ptr< std::exception > cause)
 

Detailed Description

Indicates that the communication with the card failed.

Since
1.0.0

Definition at line 24 of file CardCommunicationException.hpp.

Constructor & Destructor Documentation

◆ CardCommunicationException() [1/2]

keypop::reader::CardCommunicationException::CardCommunicationException ( const std::string &  message)
inlineexplicit
Parameters
messageThe message to identify the exception context.
Since
1.0.0

Definition at line 30 of file CardCommunicationException.hpp.

◆ CardCommunicationException() [2/2]

keypop::reader::CardCommunicationException::CardCommunicationException ( const std::string &  message,
const std::shared_ptr< std::exception >  cause 
)
inline
Parameters
messageThe message to identify the exception context.
causeThe cause.
Since
1.0.0

Definition at line 39 of file CardCommunicationException.hpp.


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