|
OpenWalnut 1.2.5
|
An exception that gets thrown when preconditions of a function are not met. More...
#include <WPreconditionNotMet.h>
Inheritance diagram for WPreconditionNotMet:Public Member Functions | |
| WPreconditionNotMet (std::string const &msg) | |
| Constructor. | |
| virtual | ~WPreconditionNotMet () throw () |
| Destructor. | |
An exception that gets thrown when preconditions of a function are not met.
Definition at line 38 of file WPreconditionNotMet.h.
| WPreconditionNotMet::WPreconditionNotMet | ( | std::string const & | msg | ) | [explicit] |
| WPreconditionNotMet::~WPreconditionNotMet | ( | ) | throw () [virtual] |
Destructor.
Definition at line 34 of file WPreconditionNotMet.cpp.
1.7.3