OpenWalnut
1.4.0
|
Should be thrown when an invalid index is used to get a WDataSet from the WSubject. More...
#include <WDHNoSuchDataSet.h>
Public Member Functions | |
WDHNoSuchDataSet (const std::string &msg="DataHandler Exception: Invalid DataSet Access") | |
Constructs new exception. | |
virtual | ~WDHNoSuchDataSet () throw () |
Destroys this exception. |
Should be thrown when an invalid index is used to get a WDataSet from the WSubject.
An index is invalid if it's greater or equal than the number of WDataSets in that WSubject.
Definition at line 40 of file WDHNoSuchDataSet.h.
WDHNoSuchDataSet::WDHNoSuchDataSet | ( | const std::string & | msg = "DataHandler Exception: Invalid DataSet Access" | ) | [explicit] |
Constructs new exception.
msg | the reason for this exception. |
Definition at line 29 of file WDHNoSuchDataSet.cpp.
WDHNoSuchDataSet::~WDHNoSuchDataSet | ( | ) | throw () [virtual] |
Destroys this exception.
Definition at line 35 of file WDHNoSuchDataSet.cpp.