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

#include <InvalidCardResponseException.hpp>

Inheritance diagram for keypop::reader::selection::InvalidCardResponseException:
Inheritance graph
[legend]
Collaboration diagram for keypop::reader::selection::InvalidCardResponseException:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

Indicates that a response received from the card during the selection process was invalid.

Since
1.0.0

Definition at line 26 of file InvalidCardResponseException.hpp.

Constructor & Destructor Documentation

◆ InvalidCardResponseException() [1/2]

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

Definition at line 32 of file InvalidCardResponseException.hpp.

◆ InvalidCardResponseException() [2/2]

keypop::reader::selection::InvalidCardResponseException::InvalidCardResponseException ( 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 41 of file InvalidCardResponseException.hpp.


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