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