44 #ifndef __vpRobotException_H
45 #define __vpRobotException_H
58 #include <visp/vpException.h>
124 positionOutOfRangeError
132 va_start(args, format);
Error that can be emited by the vpRobot class and its derivates.
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)
errorRobotCodeEnum
Lists the possible error than can be emmited while calling vpRobot member.