Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <KeyplePluginNotFoundException.h>
Inherits keyple::core::seproxy::exception::KeyplePluginException.
Public Member Functions | |
KeyplePluginNotFoundException (const std::string &pluginName) | |
![]() | |
KeypleException (const std::string &msg) | |
KeypleException (const std::string &msg, const std::exception &cause) | |
![]() | |
RuntimeException (const std::string &message) | |
RuntimeException (const std::string &message, const std::exception cause) | |
![]() | |
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 | |
![]() | |
KeyplePluginException (const std::string &msg) | |
KeyplePluginException (const std::string &msg, const std::exception &cause) | |
The exception
indicates that the plugin is not found, generally when it has not been previously registered to the SeProxyService.
|
inline |
pluginName | the name of the plugin that has not been found |