#include <ClusterException.h>
Public Methods | |
| ClusterException (const std::string &msg) | |
| virtual | ~ClusterException () throw () |
| const std::string & | getMessage () const |
Definition at line 45 of file ClusterException.h.
|
|
Definition at line 48 of file ClusterException.h.
00048 : mMessage(msg)
00049 {;}
|
|
|
Definition at line 51 of file ClusterException.h.
00052 {;}
|
|
|
Definition at line 54 of file ClusterException.h.
00055 {
00056 return mMessage;
00057 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002