OpenWalnut
1.4.0
|
An exception that gets thrown when preconditions of a function are not met. More...
#include <WPreconditionNotMet.h>
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.