#include <KeyplePluginException.h>
Inherits keyple::core::seproxy::exception::KeypleException.
Inherited by keyple::core::seproxy::exception::KeyplePluginInstantiationException, and keyple::core::seproxy::exception::KeyplePluginNotFoundException.
The exception KeyplePluginException is the parent abstract class of all Keyple plugins exceptions.
◆ KeyplePluginException() [1/2]
keyple::core::seproxy::exception::KeyplePluginException::KeyplePluginException |
( |
const std::string & |
msg | ) |
|
|
inlineprotected |
- Parameters
-
msg | the message to identify the exception context |
◆ KeyplePluginException() [2/2]
keyple::core::seproxy::exception::KeyplePluginException::KeyplePluginException |
( |
const std::string & |
msg, |
|
|
const std::exception & |
cause |
|
) |
| |
|
inlineprotected |
Encapsulates a lower level plugin exception
- Parameters
-
msg | message to identify the exception context |
cause | the cause |
The documentation for this class was generated from the following file: