40 #ifndef _vpRobotException_h_ 41 #define _vpRobotException_h_ 55 #include <visp3/core/vpException.h> 123 positionOutOfRangeError
131 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(const int id)
vpRobotException(const int id, const char *format,...)
void setMessage(const char *format, va_list args)
Set the message container.
vpRobotException(const int id, const std::string &msg)