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

#include <KeyplePluginNotFoundException.h>

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

Public Member Functions

 KeyplePluginNotFoundException (const std::string &pluginName)
 
- 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

indicates that the plugin is not found, generally when it has not been previously registered to the SeProxyService.

Constructor & Destructor Documentation

◆ KeyplePluginNotFoundException()

keyple::core::seproxy::exception::KeyplePluginNotFoundException::KeyplePluginNotFoundException ( const std::string &  pluginName)
inline
Parameters
pluginNamethe name of the plugin that has not been found

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