exception.h
Go to the documentation of this file.
00001 #ifndef CV_CAMERA_EXCEPTION_H
00002 #define CV_CAMERA_EXCEPTION_H
00003 
00004 #include <stdexcept>
00005 
00006 namespace cv_camera {
00007 
00012 class DeviceError : public std::runtime_error {
00013  public:
00014   DeviceError(const std::string& cause):
00015       std::runtime_error(cause) {}
00016 };
00017 
00018 }  // end namespace cv_camera
00019 
00020 #endif  // CV_CAMERA_EXCEPTION_H


cv_camera
Author(s): Takashi Ogura
autogenerated on Wed Aug 26 2015 11:13:42