39#ifndef VP_DISPLAY_EXCEPTION_H
40#define VP_DISPLAY_EXCEPTION_H
44#include <visp3/core/vpConfig.h>
45#include <visp3/core/vpException.h>
79 va_start(args, format);
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.
@ depthNotSupportedError
Color depth not supported.
VP_EXPLICIT vpDisplayException(int id)
int code
Contains the error code, see the errorCodeEnum table for details.
void setMessage(const char *format, va_list args)
Set the message container.
vpException(int code, const char *format, va_list args)