OpenWalnut  1.4.0
Public Member Functions
WPreconditionNotMet Class Reference

An exception that gets thrown when preconditions of a function are not met. More...

#include <WPreconditionNotMet.h>

+ Inheritance diagram for WPreconditionNotMet:

List of all members.

Public Member Functions

 WPreconditionNotMet (std::string const &msg)
 Constructor.
virtual ~WPreconditionNotMet () throw ()
 Destructor.

Detailed Description

An exception that gets thrown when preconditions of a function are not met.

Definition at line 38 of file WPreconditionNotMet.h.


Constructor & Destructor Documentation

WPreconditionNotMet::WPreconditionNotMet ( std::string const &  msg) [explicit]

Constructor.

Parameters:
msgThe message.

Definition at line 29 of file WPreconditionNotMet.cpp.

Destructor.

Definition at line 34 of file WPreconditionNotMet.cpp.


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