34#ifndef VP_POSE_EXCEPTION_H
35#define VP_POSE_EXCEPTION_H
37#include <visp3/core/vpException.h>
78 va_start(args, format);
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)
vpPoseException(int id, const std::string &msg)
vpPoseException(int id, const char *format,...)
VP_EXPLICIT vpPoseException(int id)
@ 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.