|
OpenWalnut 1.3.1
|
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>
Inheritance diagram for WDHValueSetMismatch: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.
1.7.4