Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
Public Member Functions | List of all members
keypop::calypso::card::transaction::SelectFileException Class Referencefinal

#include <SelectFileException.hpp>

Inheritance diagram for keypop::calypso::card::transaction::SelectFileException:
Inheritance graph
[legend]
Collaboration diagram for keypop::calypso::card::transaction::SelectFileException:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

Indicates that the file selection failed because it was not found. This can happen in the following cases:

Since
1.4.0

Definition at line 31 of file SelectFileException.hpp.

Constructor & Destructor Documentation

◆ SelectFileException()

keypop::calypso::card::transaction::SelectFileException::SelectFileException ( const std::string &  message,
const std::shared_ptr< std::exception >  cause 
)
inline

Encapsulates a lower level exception.

Parameters
messageMessage to identify the exception context.
causeThe cause.
Since
1.4.0

Definition at line 40 of file SelectFileException.hpp.


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