Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Public Member Functions | List of all members
keyple::core::seproxy::exception::KeypleReaderNotFoundException Class Reference

#include <KeypleReaderNotFoundException.h>

Inherits keyple::core::seproxy::exception::KeypleReaderException.

Public Member Functions

 KeypleReaderNotFoundException (const std::string &readerName)
 
- Public Member Functions inherited from keyple::core::seproxy::exception::KeypleException
 KeypleException (const std::string &msg)
 
 KeypleException (const std::string &msg, const std::exception &cause)
 
- Public Member Functions inherited from keyple::common::exception::RuntimeException
 RuntimeException (const std::string &message)
 
 RuntimeException (const std::string &message, const std::exception cause)
 
- Public Member Functions inherited from keyple::common::exception::Exception
 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

- Protected Member Functions inherited from keyple::core::seproxy::exception::KeypleReaderException
 KeypleReaderException (const std::string &msg)
 
 KeypleReaderException (const std::string &msg, const std::exception &cause)
 

Detailed Description

The exception

indicates that the reader is not found by its name, generally when it is not connected to the terminal.

Constructor & Destructor Documentation

◆ KeypleReaderNotFoundException()

keyple::core::seproxy::exception::KeypleReaderNotFoundException::KeypleReaderNotFoundException ( const std::string &  readerName)
inline
Parameters
readerNamethe name of the reader that has not been found

The documentation for this class was generated from the following file:
keyple::core::seproxy::exception::KeypleReaderNotFoundException::KeypleReaderNotFoundException
KeypleReaderNotFoundException(const std::string &readerName)
Definition: KeypleReaderNotFoundException.h:36