Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <KeypleReaderNotFoundException.h>
Inherits keyple::core::seproxy::exception::KeypleReaderException.
Public Member Functions | |
KeypleReaderNotFoundException (const std::string &readerName) | |
![]() | |
KeypleException (const std::string &msg) | |
KeypleException (const std::string &msg, const std::exception &cause) | |
![]() | |
RuntimeException (const std::string &message) | |
RuntimeException (const std::string &message, const std::exception cause) | |
![]() | |
Exception () | |
Exception (const std::string &message) | |
Exception (const std::string &message, const std::exception cause) | |
const std::string & | getMessage () const |
const std::exception & | getCause () const |
Additional Inherited Members | |
![]() | |
KeypleReaderException (const std::string &msg) | |
KeypleReaderException (const std::string &msg, const std::exception &cause) | |
The exception
indicates that the reader is not found by its name, generally when it is not connected to the terminal.
|
inline |
readerName | the name of the reader that has not been found |