OpenWalnut
1.4.0
|
An exception that should be used whenever two valuesets are used which need to be of same size, dim, order or whatever. More...
#include <WDHValueSetMismatch.h>
Public Member Functions | |
WDHValueSetMismatch (const std::string &msg="ValueSets do not match.") | |
Constructs new exception. | |
virtual | ~WDHValueSetMismatch () throw () |
Destroys this exception. |
An exception that should be used whenever two valuesets are used which need to be of same size, dim, order or whatever.
Definition at line 38 of file WDHValueSetMismatch.h.
WDHValueSetMismatch::WDHValueSetMismatch | ( | const std::string & | msg = "ValueSets do not match." | ) | [explicit] |
Constructs new exception.
msg | the reason for this exception. |
Definition at line 29 of file WDHValueSetMismatch.cpp.
WDHValueSetMismatch::~WDHValueSetMismatch | ( | ) | throw () [virtual] |
Destroys this exception.
Definition at line 35 of file WDHValueSetMismatch.cpp.