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) | |
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 27 of file ParseException.hpp.
|
inlineexplicit |
message | The message to identify the exception context. |
Definition at line 33 of file ParseException.hpp.
|
inline |
message | The message to identify the exception context. |
cause | The cause. |
Definition at line 43 of file ParseException.hpp.