Orocos Real-Time Toolkit  2.8.3
Public Member Functions | List of all members
RTT::scripting::program_unload_exception Class Reference

This exception is thrown when a program or state machine could not be unloaded into a ProgramProcessor or StateMachineProcessor. More...

#include <rtt/scripting/ProgramExceptions.hpp>

Inheritance diagram for RTT::scripting::program_unload_exception:

Public Member Functions

 program_unload_exception (const std::string &error)
 
 ~program_unload_exception () throw ()
 
const char * what () const throw ()
 

Detailed Description

This exception is thrown when a program or state machine could not be unloaded into a ProgramProcessor or StateMachineProcessor.

Definition at line 73 of file ProgramExceptions.hpp.

Constructor & Destructor Documentation

RTT::scripting::program_unload_exception::program_unload_exception ( const std::string &  error)
inline

Definition at line 78 of file ProgramExceptions.hpp.

RTT::scripting::program_unload_exception::~program_unload_exception ( )
throw (
)
inline

Definition at line 82 of file ProgramExceptions.hpp.

Member Function Documentation

const char* RTT::scripting::program_unload_exception::what ( ) const
throw (
)
inline

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