39 #ifndef __vpTrackingException_H
40 #define __vpTrackingException_H
53 #include <visp3/core/vpException.h>
87 va_start(args, format);
error that can be emited by ViSP classes.
vpTrackingException(const int id, const char *format,...)
Error that can be emited by the vpTracker class and its derivates.
errorTrackingCodeEnum
Lists the possible error than can be emmited while calling vpTracking member.
void setMessage(const char *format, va_list args)
Set the message container.
vpTrackingException(const int id)
vpTrackingException(const int id, const std::string &msg)