39 #ifndef _vpPoseException_h_
40 #define _vpPoseException_h_
51 #include <visp3/core/vpException.h>
91 va_start(args, format);
error that can be emited by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.
Error that can be emited by the vpPose class and its derivates.
vpPoseException(int id, const std::string &msg)
vpPoseException(int id, const char *format,...)
errorCodeEnum
Lists the possible error than can be emmited while calling vpPose member.
@ outOfRangeError
index out of range
@ notInitializedError
something is not initialized
@ notImplementedERR
function not implemented