Keypop Card C++ API 2.0.0
Reference Card API for C++
Public Member Functions | List of all members
keypop::card::ParseException Class Reference

#include <ParseException.hpp>

Inheritance diagram for keypop::card::ParseException:
Inheritance graph
[legend]
Collaboration diagram for keypop::card::ParseException:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

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.

Since
2.0.0

Definition at line 27 of file ParseException.hpp.

Constructor & Destructor Documentation

◆ ParseException() [1/2]

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

Definition at line 33 of file ParseException.hpp.

◆ ParseException() [2/2]

keypop::card::ParseException::ParseException ( 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 43 of file ParseException.hpp.


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