34 #ifndef VP_POSE_EXCEPTION_H
35 #define VP_POSE_EXCEPTION_H
37 #include <visp3/core/vpException.h>
78 va_start(args, format);
error that can be emitted by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.
Error that can be emitted by the vpPose class and its derivatives.
vpPoseException(int id, const std::string &msg)
vpPoseException(int id, const char *format,...)
VP_EXPLICIT vpPoseException(int id)
@ poseError
Generic pose error.
@ outOfRangeError
Index out of range.
@ notInitializedError
Something is not initialized.
@ notImplementedERR
Function not implemented.