34#ifndef _vpDisplayException_h_
35#define _vpDisplayException_h_
44#include <visp3/core/vpConfig.h>
45#include <visp3/core/vpException.h>
78 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.
vpDisplayException(int id)
int code
Contains the error code, see the errorCodeEnum table for details.
vpException()
forbid the empty constructor (protected)
void setMessage(const char *format, va_list args)
Set the message container.