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);
int code
Contains the error code, see the errorCodeEnum table for details.
void setMessage(const char *format, va_list args)
Set the message container.
vpException(int code, const char *format, va_list args)
errorFrameGrabberCodeEnum
@ settingError
Grabber settings error.
@ initializationError
Grabber initialization error.
@ otherError
Grabber returned an other error.
vpFrameGrabberException(int id, const char *format,...)
VP_EXPLICIT vpFrameGrabberException(int id)
vpFrameGrabberException(int id, const std::string &msg)