|
Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
|
#include <SelectFileException.hpp>


Public Member Functions | |
| SelectFileException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates that the file selection failed because it was not found. This can happen in the following cases:
Definition at line 32 of file SelectFileException.hpp.
|
inline |
Encapsulates a lower level exception.
| message | Message to identify the exception context. |
| cause | The cause. |
Definition at line 41 of file SelectFileException.hpp.