25 #ifndef WDHIOFAILURE_H
26 #define WDHIOFAILURE_H
31 #include "WDHException.h"
44 explicit WDHIOFailure(
const std::string& msg =
"DataHandler Exception: IO error occured." );
55 #endif // WDHIOFAILURE_H
General purpose exception and therefore base class for all DataHandler related exceptions.
Use this for IO error handling.
WDHIOFailure(const std::string &msg="DataHandler Exception: IO error occured.")
Default constructor.
virtual ~WDHIOFailure()
Destructor.