41 #ifndef VP_FRAMEGRABBER_EXCEPTION_H
42 #define VP_FRAMEGRABBER_EXCEPTION_H
46 #include <visp3/core/vpConfig.h>
47 #include <visp3/core/vpException.h>
76 va_start(args, format);
error that can be emitted by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.
Error that can be emitted by the vpFrameGrabber class and its derivates.
errorFrameGrabberCodeEnum
@ settingError
Grabber settings error.
@ initializationError
Grabber initialization error.
vpFrameGrabberException(int id, const char *format,...)
VP_EXPLICIT vpFrameGrabberException(int id)
vpFrameGrabberException(int id, const std::string &msg)