CEBL  2.1
Public Member Functions | Protected Attributes
PluginException Class Reference

Plugin Exception. More...

#include <Exceptions.hpp>

Public Member Functions

 PluginException (string message)
virtual ~PluginException () throw ()
virtual const char * what () const throw ()

Protected Attributes

string message

Detailed Description

Plugin Exception.

Definition at line 170 of file Exceptions.hpp.


Constructor & Destructor Documentation

PluginException::PluginException ( string  message)
inline

Definition at line 176 of file Exceptions.hpp.

References message.

virtual PluginException::~PluginException ( ) throw ()
inlinevirtual

Definition at line 181 of file Exceptions.hpp.


Member Function Documentation

virtual const char* PluginException::what ( ) const throw ()
inlinevirtual

Definition at line 183 of file Exceptions.hpp.

References message.


Field Documentation

string PluginException::message
protected

Definition at line 173 of file Exceptions.hpp.

Referenced by PluginException(), and what().


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