34#ifndef VP_CALIBRATION_EXCEPTION_H
35#define VP_CALIBRATION_EXCEPTION_H
37#include <visp3/core/vpConfig.h>
38#include <visp3/core/vpException.h>
79 va_start(args, format);
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,...)
int code
Contains the error code, see the errorCodeEnum table for details.
void setMessage(const char *format, va_list args)
Set the message container.
vpException(int code, const char *format, va_list args)