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);
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)
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.
@ fatalError
Tracker fatal error.
vpTrackingException(int id, const char *format,...)
VP_EXPLICIT vpTrackingException(int id)