34#ifndef _vpFeatureException_h_
35#define _vpFeatureException_h_
44#include <visp3/core/vpConfig.h>
45#include <visp3/core/vpException.h>
80 va_start(args, format);
int code
Contains the error code, see the errorCodeEnum table for details.
vpException()
forbid the empty constructor (protected)
void setMessage(const char *format, va_list args)
Set the message container.
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,...)
vpFeatureException(int id)