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