39 #ifndef __vpFrameGrabberException_H
40 #define __vpFrameGrabberException_H
53 #include <visp3/core/vpConfig.h>
54 #include <visp3/core/vpException.h>
84 va_start(args, format);
vpFrameGrabberException(const int id)
error that can be emited by ViSP classes.
Error that can be emited by the vpFrameGrabber class and its derivates.
void setMessage(const char *format, va_list args)
Set the message container.
vpFrameGrabberException(const int id, const std::string &msg)
vpFrameGrabberException(const int id, const char *format,...)
errorFrameGrabberCodeEnum
Lists the possible error than can be emmited while calling vpFrameGrabber member. ...