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

#include <KeypleAllocationNoReaderException.h>

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

Public Member Functions

 KeypleAllocationNoReaderException (const std::string &message)
 
 KeypleAllocationNoReaderException (const std::string &message, const std::exception &cause)
 
- 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

indicates that no reader were available during allocation invocation.

Constructor & Destructor Documentation

◆ KeypleAllocationNoReaderException() [1/2]

keyple::core::seproxy::exception::KeypleAllocationNoReaderException::KeypleAllocationNoReaderException ( const std::string &  message)
inline

◆ KeypleAllocationNoReaderException() [2/2]

keyple::core::seproxy::exception::KeypleAllocationNoReaderException::KeypleAllocationNoReaderException ( const std::string &  message,
const std::exception &  cause 
)
inline

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