cluster::ClusterException Class Reference

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

#include <cluster/ClusterException.h>

List of all members.

Public Member Functions

 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 48 of file ClusterException.h.


Constructor & Destructor Documentation

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

Definition at line 51 of file ClusterException.h.

00051                                           : mMessage(msg)
00052    {;}

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

Definition at line 54 of file ClusterException.h.

00055    {;}


Member Function Documentation

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

Definition at line 57 of file ClusterException.h.

Referenced by gadget::Node::controlLoop(), cluster::ClusterNode::controlLoop(), gadget::DeviceServer::send(), and cluster::ApplicationDataServer::serializeAndSend().

00058    {
00059       return mMessage;
00060    }


The documentation for this class was generated from the following file:
Generated on Thu Jan 4 10:44:16 2007 for Gadgeteer by  doxygen 1.5.1