34 #ifndef _vpCalibrationException_h_
35 #define _vpCalibrationException_h_
37 #include <visp3/core/vpConfig.h>
38 #include <visp3/core/vpException.h>
79 va_start(args, format);
Error that can be emitted by the vpCalibration class.
vpCalibrationException(int id, const std::string &msg)
VP_EXPLICIT vpCalibrationException(int id)
errorCodeEnum
Lists the possible error than can be emitted while calling vpCalibration member.
@ outOfRangeError
Index out of range.
@ convergencyError
Iterative algorithm doesn't converge.
@ notImplementedError
Function not implemented.
@ forbiddenOperatorError
Forbidden operator.
@ constructionError
Error returns by a constructor.
@ notInitializedError
Something is not initialized.
vpCalibrationException(int id, const char *format,...)
error that can be emitted by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.