OpenWalnut  1.4.0
Public Member Functions
WDHValueSetMismatch Class Reference

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:

List of all members.

Public Member Functions

 WDHValueSetMismatch (const std::string &msg="ValueSets do not match.")
 Constructs new exception.
virtual ~WDHValueSetMismatch () throw ()
 Destroys this exception.

Detailed Description

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.


Constructor & Destructor Documentation

WDHValueSetMismatch::WDHValueSetMismatch ( const std::string &  msg = "ValueSets do not match.") [explicit]

Constructs new exception.

Parameters:
msgthe reason for this exception.

Definition at line 29 of file WDHValueSetMismatch.cpp.

Destroys this exception.

Definition at line 35 of file WDHValueSetMismatch.cpp.


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