UnknownCameraTypeException Class Reference
Unknown camera type exception. More...
#include <cams/cam_exceptions.h>
Inheritance diagram for UnknownCameraTypeException:

Public Member Functions | |
| UnknownCameraTypeException (const char *msg=0) | |
| Constructor. | |
Detailed Description
Unknown camera type exception.Thrown if the requested camera has not been recognized or the needed libraries were not available at compile time.
Definition at line 48 of file cam_exceptions.h.
Constructor & Destructor Documentation
| UnknownCameraTypeException::UnknownCameraTypeException | ( | const char * | msg = 0 |
) |
Constructor.
- Parameters:
-
msg optional extra message
Definition at line 81 of file cam_exceptions.cpp.
References fawkes::Exception::append().
The documentation for this class was generated from the following files:
- src/firevision/cams/cam_exceptions.h
- src/firevision/cams/cam_exceptions.cpp

