pion-net  4.0.9
Public Member Functions | List of all members
pion::PluginManager< PLUGIN_TYPE >::PluginNotFoundException Class Reference

exception thrown if a plug-in cannot be found More...

#include <PluginManager.hpp>

Inherits pion::PionException.

Public Member Functions

 PluginNotFoundException (const std::string &plugin_id)
- Public Member Functions inherited from pion::PionException
 PionException (const char *what_msg)
 PionException (const std::string &what_msg)
 PionException (const char *description, const std::string &param)
 PionException (std::string description, const std::string &param)
virtual const char * what () const throw ()
 returns a descriptive message for the exception

Detailed Description

template<typename PLUGIN_TYPE>
class pion::PluginManager< PLUGIN_TYPE >::PluginNotFoundException

exception thrown if a plug-in cannot be found

Definition at line 35 of file PluginManager.hpp.


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