40 #ifndef __vpRobotException_H
41 #define __vpRobotException_H
54 #include <visp3/core/vpException.h>
120 positionOutOfRangeError
128 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)