34#ifndef _vpImageException_h_
35#define _vpImageException_h_
42#include <visp3/core/vpConfig.h>
43#include <visp3/core/vpException.h>
78 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.
vpImageException(int id, const std::string &msg)
vpImageException(int id, const char *format,...)
errorImageCodeEnum
Lists the possible error than can be emitted while calling vpImage member.
@ noFileNameError
Image file name error.
@ notInitializedError
Image not initialized.
@ notInTheImage
Pixel not in the image.
@ incorrectInitializationError
Wrong image initialization.