OpenWalnut  1.4.0
Public Member Functions
WModuleConnectorUnconnected Class Reference

Exception thrown whenever something is requested from an connector which is not connected. More...

#include <WModuleConnectorUnconnected.h>

+ Inheritance diagram for WModuleConnectorUnconnected:

List of all members.

Public Member Functions

 WModuleConnectorUnconnected (const std::string &msg="Operation needs a connected Connector, but this one is unconnected.")
 Default constructor.
virtual ~WModuleConnectorUnconnected () throw ()
 Destructor.

Detailed Description

Exception thrown whenever something is requested from an connector which is not connected.

Definition at line 38 of file WModuleConnectorUnconnected.h.


Constructor & Destructor Documentation

WModuleConnectorUnconnected::WModuleConnectorUnconnected ( const std::string &  msg = "Operation needs a connected Connector, but this one is unconnected.") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WModuleConnectorUnconnected.cpp.

Destructor.

Definition at line 34 of file WModuleConnectorUnconnected.cpp.


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