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

#include <KeyplePluginInstantiationException.h>

Inherits keyple::core::seproxy::exception::KeyplePluginException.

Public Member Functions

 KeyplePluginInstantiationException (const std::string &msg)
 
 KeyplePluginInstantiationException (const std::string &msg, 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
 

Additional Inherited Members

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

Detailed Description

The exception KeyplePluginInstantiationException indicates that the plugin cannot be instantiated, possibly due to a problem with one of the associated readers.

Constructor & Destructor Documentation

◆ KeyplePluginInstantiationException() [1/2]

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

◆ KeyplePluginInstantiationException() [2/2]

keyple::core::seproxy::exception::KeyplePluginInstantiationException::KeyplePluginInstantiationException ( const std::string &  msg,
const std::exception &  cause 
)
inline

Encapsulates a lower level plugin exception

Parameters
msgmessage to identify the exception context
causethe cause

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