#include <KeypleReaderIOException.h>
Inherits keyple::core::seproxy::exception::KeypleReaderException.
The exception KeypleReaderIOException indicates that some IO operations with the reader or SE have failed, generally when the reader was disconnected or card removed.
◆ KeypleReaderIOException() [1/2]
keyple::core::seproxy::exception::KeypleReaderIOException::KeypleReaderIOException |
( |
const std::string & |
msg | ) |
|
|
inline |
New exception to be thrown
- Parameters
-
msg | : message to identify the exception and the context |
◆ KeypleReaderIOException() [2/2]
keyple::core::seproxy::exception::KeypleReaderIOException::KeypleReaderIOException |
( |
const std::string & |
msg, |
|
|
const std::exception & |
cause |
|
) |
| |
|
inline |
Encapsulate a lower level reader exception
- Parameters
-
msg | : message to add some context to the exception |
cause | : lower level exception |
◆ getSeResponse()
std::shared_ptr<SeResponse> keyple::core::seproxy::exception::KeypleReaderIOException::getSeResponse |
( |
| ) |
const |
|
inline |
◆ getSeResponses()
const std::vector<std::shared_ptr<SeResponse> >& keyple::core::seproxy::exception::KeypleReaderIOException::getSeResponses |
( |
| ) |
const |
|
inline |
◆ setSeResponse()
void keyple::core::seproxy::exception::KeypleReaderIOException::setSeResponse |
( |
const std::shared_ptr< SeResponse > |
seResponse | ) |
|
|
inline |
◆ setSeResponses()
void keyple::core::seproxy::exception::KeypleReaderIOException::setSeResponses |
( |
const std::vector< std::shared_ptr< SeResponse >> & |
seResponses | ) |
|
|
inline |
The documentation for this class was generated from the following file: