39 #ifndef VP_DISPLAY_EXCEPTION_H
40 #define VP_DISPLAY_EXCEPTION_H
44 #include <visp3/core/vpConfig.h>
45 #include <visp3/core/vpException.h>
68 depthNotSupportedError
79 va_start(args, format);
Error that can be emitted by the vpDisplay class and its derivatives.
vpDisplayException(int id, const char *format,...)
vpDisplayException(int id, const std::string &msg)
@ connexionError
Connection error.
@ colorAllocError
Color allocation error.
@ cannotOpenWindowError
Unable to open display window.
@ GTKWindowsError
GTK error.
@ notInitializedError
Display not initialized.
@ XWindowsError
XWindow error.
VP_EXPLICIT vpDisplayException(int id)
error that can be emitted by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.