39 #ifndef VP_IMAGE_EXCEPTION_H
40 #define VP_IMAGE_EXCEPTION_H
42 #include <visp3/core/vpConfig.h>
43 #include <visp3/core/vpException.h>
78 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 vpImage class and its derivatives.
VP_EXPLICIT vpImageException(int id)
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.
@ incorrectInitializationError
Wrong image initialization.