39 #ifndef _vpFeatureException_h_
40 #define _vpFeatureException_h_
56 #include <visp3/core/vpConfig.h>
57 #include <visp3/core/vpException.h>
84 badInitializationError
92 va_start(args, format);
error that can be emited by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.
Error that can be emited by the vpBasicFeature class and its derivates.
errorFeatureCodeEnum
Lists the possible error than can be emmited while calling vpFeature member.
@ badErrorVectorError
feature list or desired feature list is empty
vpFeatureException(int id, const std::string &msg)
vpFeatureException(int id, const char *format,...)
vpFeatureException(int id)