39 #ifndef VP_TRACKING_EXCEPTION_H
40 #define VP_TRACKING_EXCEPTION_H
44 #include <visp3/core/vpConfig.h>
45 #include <visp3/core/vpException.h>
78 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 vpTracker class and its derivatives.
vpTrackingException(int id, const std::string &msg)
errorTrackingCodeEnum
Lists the possible error than can be emitted while calling vpTracking member.
@ featureLostError
Tracker lost feature.
@ notEnoughPointError
Not enough point to track.
@ initializationError
Tracker initialization error.
vpTrackingException(int id, const char *format,...)
VP_EXPLICIT vpTrackingException(int id)