SeaBreeze
SocketException.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef SEABREEZE_SOCKETEXCEPTION_H
31 #define SEABREEZE_SOCKETEXCEPTION_H
32 
34 
35 namespace seabreeze {
36 
37  class SocketException : public BusException {
38  public:
39  SocketException(const std::string &error);
40  };
41 
42 }
43 
44 #endif /* SEABREEZE_SOCKETEXCEPTION_H */
Definition: SocketException.h:37
Definition: BusException.h:43
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42