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