Keypop Card C++ API 2.0.0
Reference Card API for C++
|
#include <ParseException.hpp>
Public Member Functions | |
ParseException (const std::string &message) | |
ParseException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
const std::string & | getMessage () const |
Indicates that the parsing of the card selection response has failed.
The most likely reason is that the select application command returned an invalid FCI structure.
Definition at line 28 of file ParseException.hpp.
|
inlineexplicit |
message | The message to identify the exception context. |
Definition at line 34 of file ParseException.hpp.
|
inline |
message | The message to identify the exception context. |
cause | The cause. |
Definition at line 44 of file ParseException.hpp.
|
inline |
Definition at line 54 of file ParseException.hpp.