OpenWalnut  1.4.0
Public Member Functions
WModuleRequirementNotMet Class Reference

Thrown whenever a module should be run but its requirements are not completely met. More...

#include <WModuleRequirementNotMet.h>

+ Inheritance diagram for WModuleRequirementNotMet:

List of all members.

Public Member Functions

 WModuleRequirementNotMet (const WRequirement *requirement)
 Default constructor.
virtual ~WModuleRequirementNotMet () throw ()
 Destructor.

Detailed Description

Thrown whenever a module should be run but its requirements are not completely met.

Definition at line 39 of file WModuleRequirementNotMet.h.


Constructor & Destructor Documentation

Default constructor.

Creates an instance and sets the message according to the requirement specified here.

Parameters:
requirementthe requirement that was not met.

Definition at line 32 of file WModuleRequirementNotMet.cpp.

Destructor.

Definition at line 38 of file WModuleRequirementNotMet.cpp.


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