39#ifndef _vpFeatureException_h_
40#define _vpFeatureException_h_
44#include <visp3/core/vpConfig.h>
45#include <visp3/core/vpException.h>
81 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)
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.
@ badInitializationError
Wrong feature initialization.
@ sizeMismatchError
Size mismatch error.
vpFeatureException(int id, const std::string &msg)
vpFeatureException(int id, const char *format,...)
VP_EXPLICIT vpFeatureException(int id)