38 #ifndef __vpImageException_H
39 #define __vpImageException_H
52 #include <visp3/core/vpConfig.h>
53 #include <visp3/core/vpException.h>
89 va_start(args, format);
error that can be emited by ViSP classes.
vpImageException(const int id, const std::string &msg)
Error that can be emited by the vpImage class and its derivates.
errorImageCodeEnum
Lists the possible error than can be emmited while calling vpImage member.
void setMessage(const char *format, va_list args)
Set the message container.
vpImageException(const int id)
vpImageException(const int id, const char *format,...)