OpenWalnut  1.4.0
Public Member Functions
WDHNoSuchDataSet Class Reference

Should be thrown when an invalid index is used to get a WDataSet from the WSubject. More...

#include <WDHNoSuchDataSet.h>

+ Inheritance diagram for WDHNoSuchDataSet:

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:
msgthe 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.


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