40 #ifndef _vpFrameGrabberException_h_ 41 #define _vpFrameGrabberException_h_ 58 #include <visp3/core/vpConfig.h> 59 #include <visp3/core/vpException.h> 86 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. ...