#include <metadata_not_found_exception.h>
Inherits Exception.
Inheritance diagram for MetadataNotFoundException:
Public Member Functions | |
MetadataNotFoundException (std::string name) | |
MetadataNotFoundException (MetadataNotFoundException const &src) | |
virtual | ~MetadataNotFoundException () throw () |
virtual char const * | what () const throw () |
std::string | getName () const |
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 33 of file metadata_not_found_exception.h.
|
Constructor
Definition at line 18 of file metadata_not_found_exception.cpp. |
|
Copy Constructor Definition at line 23 of file metadata_not_found_exception.cpp. |
|
Destructor Definition at line 29 of file metadata_not_found_exception.cpp. |
|
Return the name
Definition at line 38 of file metadata_not_found_exception.cpp. References Exception::detail_. |
|
Return a string describing what happened
Reimplemented from Exception. Definition at line 33 of file metadata_not_found_exception.cpp. |