LoveBrains  1.0.0
Public Member Functions | List of all members
Plugin::PluginException Class Reference

Define the exception used by the PluginManager class. More...

#include <plugin_exception.h>

Inheritance diagram for Plugin::PluginException:

Public Member Functions

 PluginException (const char *message) throw ()
 Constructor. More...
 
virtual ~PluginException (void) throw ()
 Destructor.
 
const char * what (void) const throw ()
 Return the error message. More...
 

Detailed Description

Define the exception used by the PluginManager class.

Constructor & Destructor Documentation

Plugin::PluginException::PluginException ( const char *  message)
throw (
)

Constructor.

Parameters
message: Contains the error message.

Member Function Documentation

const char * Plugin::PluginException::what ( void  ) const
throw (
)

Return the error message.

Returns
const char *

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