38 #ifndef __vpCalibrationException_H
39 #define __vpCalibrationException_H
49 #include <visp3/core/vpConfig.h>
50 #include <visp3/core/vpException.h>
91 va_start(args, format);
Error that can be emited by the vpCalibration class.
error that can be emited by ViSP classes.
error returns by a constructor
vpCalibrationException(const int id, const std::string &msg)
something is not initialized
void setMessage(const char *format, va_list args)
Set the message container.
vpCalibrationException(const int id, const char *format,...)
iterative algorithm doesn't converge
errorCodeEnum
Lists the possible error than can be emmited while calling vpCalibration member.
vpCalibrationException(const int id)