35#ifndef _vpFrameGrabberException_h_
36#define _vpFrameGrabberException_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.
vpException()
forbid the empty constructor (protected)
void setMessage(const char *format, va_list args)
Set the message container.
errorFrameGrabberCodeEnum
@ settingError
Grabber settings error.
@ initializationError
Grabber initialization error.
@ otherError
Grabber returned an other error.
vpFrameGrabberException(int id)
vpFrameGrabberException(int id, const char *format,...)
vpFrameGrabberException(int id, const std::string &msg)