List of all members.
Public Member Functions |
| WDHNoSuchDataSet (const std::string &msg="DataHandler Exception: Invalid DataSet Access") |
| Constructs new exception.
|
virtual | ~WDHNoSuchDataSet () throw () |
| Destroys this exception.
|
Detailed Description
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.
Constructor & Destructor Documentation
WDHNoSuchDataSet::WDHNoSuchDataSet |
( |
const std::string & |
msg = "DataHandler Exception: Invalid DataSet Access" |
) |
[explicit] |
Constructs new exception.
- Parameters:
-
| msg | the reason for this exception. |
Definition at line 29 of file WDHNoSuchDataSet.cpp.
WDHNoSuchDataSet::~WDHNoSuchDataSet |
( |
|
) |
throw () [virtual] |
The documentation for this class was generated from the following files: