40 #ifndef _vpRobotException_h_ 41 #define _vpRobotException_h_ 55 #include <visp3/core/vpException.h> 135 va_start(args, format);
Error that can be emited by the vpRobot class and its derivates.
errorRobotCodeEnum
Lists the possible error than can be emmited while calling vpRobot member.
error that can be emited by ViSP classes.
vpRobotException(int id, const std::string &msg)
void setMessage(const char *format, va_list args)
Set the message container.
vpRobotException(int id, const char *format,...)