SeaBreeze
FeatureControlException.h
Go to the documentation of this file.
1 /***************************************************/
33 #ifndef FEATURECONTROLEXCEPTION_H
34 #define FEATURECONTROLEXCEPTION_H
35 
37 
38 namespace seabreeze {
39 
41  public:
42  FeatureControlException(const std::string &error);
43  };
44 
45 }
46 
47 #endif /* FEATURECONTROLEXCEPTION_H */
Definition: FeatureControlException.h:40
Definition: FeatureException.h:43
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42