34#ifndef _vpPoseException_h_
35#define _vpPoseException_h_
37#include <visp3/core/vpException.h>
76 va_start(args, format);
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.
vpPoseException(int id, const std::string &msg)
vpPoseException(int id, const char *format,...)
@ notEnoughPointError
Not enough points to compute the pose.
@ poseError
Generic pose error.
@ outOfRangeError
Index out of range.
@ notInitializedError
Something is not initialized.
@ notImplementedERR
Function not implemented.