Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Configurator.hh
Go to the documentation of this file.
1 #ifndef CONFIGURATOR_HH
2 #define CONFIGURATOR_HH
3 
4 #include <string>
5 #include <stdexcept>
6 
7 namespace log4cpp {
8 
10  class ConfigureFailure : public std::runtime_error
11  {
12  public:
14  ConfigureFailure (const std::string &reason);
15  };
16 }
17 
18 #endif // CONFIGURATOR_HH
Noop class that mimics the same class in the log4cpp library.
Definition: Configurator.hh:10
ConfigureFailure(const std::string &reason)
Single constructor.
Definition: Configurator.cpp:5