Orocos Real-Time Toolkit  2.8.3
Public Member Functions | Public Attributes | List of all members
RTT::corba::IllegalServer Struct Reference

Thrown if a server does not exist or has the wrong type. More...

#include <rtt/transports/corba/TaskContextProxy.hpp>

Inheritance diagram for RTT::corba::IllegalServer:

Public Member Functions

 IllegalServer ()
 
 IllegalServer (const std::string &reason)
 
 ~IllegalServer () throw ()
 
const char * what () const throw ()
 

Public Attributes

std::string reason
 

Detailed Description

Thrown if a server does not exist or has the wrong type.

Definition at line 66 of file TaskContextProxy.hpp.

Constructor & Destructor Documentation

RTT::corba::IllegalServer::IllegalServer ( )

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.

Member Function Documentation

const char * RTT::corba::IllegalServer::what ( ) const
throw (
)

Member Data Documentation

std::string RTT::corba::IllegalServer::reason

Definition at line 69 of file TaskContextProxy.hpp.

Referenced by what().


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