39 #ifndef _vpServoException_h_
40 #define _vpServoException_h_
42 #include <visp3/core/vpConfig.h>
43 #include <visp3/core/vpException.h>
80 va_start(args, format);
error that can be emitted by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.
Error that can be emitted by the vpServo class and its derivatives.
vpServoException(int id, const char *format,...)
errorServoCodeEnum
Lists the possible error than can be emitted while calling vpServo member.
@ noDofFree
No degree of freedom is available to achieve the secondary task.
@ notKilledProperly
Task was not killed properly.
@ noFeatureError
Current or desired feature list is empty.
vpServoException(int id, const std::string &msg)
VP_EXPLICIT vpServoException(int id)