39 #ifndef _vpDisplayException_h_
40 #define _vpDisplayException_h_
55 #include <visp3/core/vpConfig.h>
56 #include <visp3/core/vpException.h>
84 depthNotSupportedError
92 va_start(args, format);
Error that can be emited by the vpDisplay class and its derivates.
vpDisplayException(int id, const char *format,...)
vpDisplayException(int id, const std::string &msg)
errorDisplayCodeEnum
Lists the possible error than can be emmited while calling vpDisplay member.
vpDisplayException(int id)
error that can be emited by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.