39 #ifndef _vpCalibrationException_h_
40 #define _vpCalibrationException_h_
51 #include <visp3/core/vpConfig.h>
52 #include <visp3/core/vpException.h>
95 va_start(args, format);
Error that can be emited by the vpCalibration class.
vpCalibrationException(int id, const std::string &msg)
vpCalibrationException(int id)
errorCodeEnum
Lists the possible error than can be emmited while calling vpCalibration member.
@ outOfRangeError
index out of range
@ convergencyError
iterative algorithm doesn't converge
@ notImplementedError
function not implemented
@ constructionError
error returns by a constructor
@ notInitializedError
something is not initialized
vpCalibrationException(int id, const char *format,...)
error that can be emited by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.