25 #ifndef WDHNOSUCHFILE_H
26 #define WDHNOSUCHFILE_H
31 #include "WDHException.h"
44 explicit WDHNoSuchFile(
const std::string &fname =
"unknown file not found" );
55 #endif // WDHNOSUCHFILE_H
virtual ~WDHNoSuchFile()
Destructor.
File not found exception.
General purpose exception and therefore base class for all DataHandler related exceptions.
WDHNoSuchFile(const std::string &fname="unknown file not found")
Default constructor.