Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

cluster::ClusterException Class Reference

Basic exception that may be thrown by the ClusterNetwork or any of the Plugins. More...

#include <ClusterException.h>

List of all members.

Public Methods

 ClusterException (const std::string &msg)
virtual ~ClusterException () throw ()
const std::string & getMessage () const


Detailed Description

Basic exception that may be thrown by the ClusterNetwork or any of the Plugins.

Definition at line 45 of file ClusterException.h.


Constructor & Destructor Documentation

cluster::ClusterException::ClusterException const std::string &    msg [inline]
 

Definition at line 48 of file ClusterException.h.

00048                                           : mMessage(msg)
00049    {;}

virtual cluster::ClusterException::~ClusterException   throw () [inline, virtual]
 

Definition at line 51 of file ClusterException.h.

00052    {;}


Member Function Documentation

const std::string& cluster::ClusterException::getMessage   const [inline]
 

Definition at line 54 of file ClusterException.h.

00055    {
00056       return mMessage;
00057    }


The documentation for this class was generated from the following file:
Generated on Sun May 2 14:26:43 2004 for Gadgeteer by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002