39 #ifndef _vpMatrixException_h_ 40 #define _vpMatrixException_h_ 52 #include <visp3/core/vpConfig.h> 53 #include <visp3/core/vpException.h> 100 va_start(args, format);
something is not initialized
error returns by a constructor
error that can be emited by ViSP classes.
vpMatrixException(const int id, const char *format,...)
vpMatrixException(const int id)
iterative algorithm doesn't converge (ex SVD)
vpMatrixException(const int id, const std::string &msg)
void setMessage(const char *format, va_list args)
Set the message container.
errorCodeEnum
Lists the possible error than can be emmited while calling vpMatrix member.
error that can be emited by the vpMatrix class and its derivates