RSB  0.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rsb::patterns::MethodExistsException Class Reference

Indicates that a method of a Server already exists. More...

#include <MethodExistsException.h>

Inheritance diagram for rsb::patterns::MethodExistsException:
Inheritance graph
Collaboration diagram for rsb::patterns::MethodExistsException:
Collaboration graph

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 ()

Detailed Description

Indicates that a method of a Server already exists.

Author
jwienke

Definition at line 40 of file MethodExistsException.h.

Constructor & Destructor Documentation

rsb::patterns::MethodExistsException::MethodExistsException ( const std::string &  methodName,
const std::string &  server 
)

Constructs a new exception.

Parameters
methodNamename of the method
servername of the server

Definition at line 34 of file MethodExistsException.cpp.

rsb::patterns::MethodExistsException::~MethodExistsException ( ) throw ()
virtual

Definition at line 41 of file MethodExistsException.cpp.


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