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

#include <KeypleReaderException.h>

Inherits keyple::core::seproxy::exception::KeypleException.

Inherited by keyple::core::seproxy::exception::KeypleReaderIOException, and keyple::core::seproxy::exception::KeypleReaderNotFoundException.

Protected Member Functions

 KeypleReaderException (const std::string &msg)
 
 KeypleReaderException (const std::string &msg, const std::exception &cause)
 

Additional Inherited Members

- 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
 

Detailed Description

The exception KeypleReaderException is the parent abstract class of all Keyple reader exceptions.

Constructor & Destructor Documentation

◆ KeypleReaderException() [1/2]

keyple::core::seproxy::exception::KeypleReaderException::KeypleReaderException ( const std::string &  msg)
inlineprotected
Parameters
msgthe message to identify the exception context

◆ KeypleReaderException() [2/2]

keyple::core::seproxy::exception::KeypleReaderException::KeypleReaderException ( const std::string &  msg,
const std::exception &  cause 
)
inlineprotected

Encapsulates a lower level reader exception

Parameters
msgmessage to identify the exception context
causethe cause

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