#include <TaskContextProxy.hpp>
Public Member Functions | |
| IllegalServer () | |
| IllegalServer (const std::string &reason) | |
| const char * | what () const throw () |
| ~IllegalServer () throw () | |
Public Attributes | |
| std::string | reason |
Thrown if a server does not exist or has the wrong type.
Definition at line 66 of file TaskContextProxy.hpp.
Definition at line 69 of file TaskContextProxy.cpp.
| RTT::corba::IllegalServer::IllegalServer | ( | const std::string & | reason | ) |
Definition at line 71 of file TaskContextProxy.cpp.
| RTT::corba::IllegalServer::~IllegalServer | ( | ) | throw () |
Definition at line 73 of file TaskContextProxy.cpp.
| const char * RTT::corba::IllegalServer::what | ( | ) | const throw () |
Definition at line 75 of file TaskContextProxy.cpp.
| std::string RTT::corba::IllegalServer::reason |
Definition at line 69 of file TaskContextProxy.hpp.