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);
int code
Contains the error code, see the errorCodeEnum table for details.
void setMessage(const char *format, va_list args)
Set the message container.
vpException(int code, const char *format, va_list args)
vpServoException(int id, const char *format,...)
errorServoCodeEnum
Lists the possible error than can be emitted while calling vpServo member.
@ servoError
Other exception.
@ 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)