RSB
0.7.0
|
Indicates that a method of a Server already exists. More...
#include <MethodExistsException.h>
Public Member Functions | |
MethodExistsException (const std::string &methodName, const std::string &server) | |
Constructs a new exception. | |
virtual | ~MethodExistsException () throw () |
Public Member Functions inherited from rsb::Exception | |
Exception () | |
Exception (const std::string &m) | |
virtual | ~Exception () throw () |
Indicates that a method of a Server already exists.
Definition at line 40 of file MethodExistsException.h.
rsb::patterns::MethodExistsException::MethodExistsException | ( | const std::string & | methodName, |
const std::string & | server | ||
) |
Constructs a new exception.
methodName | name of the method |
server | name of the server |
Definition at line 34 of file MethodExistsException.cpp.
|
virtual |
Definition at line 41 of file MethodExistsException.cpp.