OpenWalnut 1.3.1
Public Member Functions
WModuleConnectorNotFound Class Reference

General purpose exception and therefore base class for all kernel related exceptions. More...

#include <WModuleConnectorNotFound.h>

Inheritance diagram for WModuleConnectorNotFound:

List of all members.

Public Member Functions

 WModuleConnectorNotFound (const std::string &msg="Module connector could not be found.")
 Default constructor.
virtual ~WModuleConnectorNotFound () throw ()
 Destructor.

Detailed Description

General purpose exception and therefore base class for all kernel related exceptions.

Definition at line 37 of file WModuleConnectorNotFound.h.


Constructor & Destructor Documentation

WModuleConnectorNotFound::WModuleConnectorNotFound ( const std::string &  msg = "Module connector could not be found.") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WModuleConnectorNotFound.cpp.

WModuleConnectorNotFound::~WModuleConnectorNotFound ( ) throw () [virtual]

Destructor.

Definition at line 34 of file WModuleConnectorNotFound.cpp.


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