36#ifndef _vpServoException_h_
37#define _vpServoException_h_
44#include <visp3/core/vpException.h>
80 va_start(args, format);
int code
Contains the error code, see the errorCodeEnum table for details.
vpException()
forbid the empty constructor (protected)
void setMessage(const char *format, va_list args)
Set the message container.
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)