#include <dataset_not_found_exception.h>
Inherits Exception.
Inheritance diagram for DatasetNotFoundException:
Public Member Functions | |
DatasetNotFoundException (std::string dataset_key) | |
DatasetNotFoundException (DatasetNotFoundException const &src) | |
virtual | ~DatasetNotFoundException () throw () |
virtual char const * | what () const throw () |
std::string const & | getDatasetKey () const |
Protected Attributes | |
std::string | dataset_key_ |
This exception is thrown when no dataset that is associated with a given dataset key can be found
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 38 of file dataset_not_found_exception.h.
|
Constructor
Definition at line 18 of file dataset_not_found_exception.cpp. |
|
Copy Constructor Definition at line 24 of file dataset_not_found_exception.cpp. |
|
Destructor Definition at line 31 of file dataset_not_found_exception.cpp. |
|
Return a string with the dataset key
Definition at line 40 of file dataset_not_found_exception.cpp. References DatasetNotFoundException::dataset_key_. |
|
Return a string describing what happened
Reimplemented from Exception. Definition at line 35 of file dataset_not_found_exception.cpp. |