39 #ifndef _vpFeatureException_h_
40 #define _vpFeatureException_h_
44 #include <visp3/core/vpConfig.h>
45 #include <visp3/core/vpException.h>
70 badInitializationError
81 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 vpBasicFeature class and its derivates.
errorFeatureCodeEnum
Lists the possible error than can be emitted while calling vpFeature member.
@ notInitializedError
Feature not initialized.
@ badErrorVectorError
Feature list or desired feature list is empty.
@ sizeMismatchError
Size mismatch error.
vpFeatureException(int id, const std::string &msg)
vpFeatureException(int id, const char *format,...)
VP_EXPLICIT vpFeatureException(int id)