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);
error that can be emited by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.
error that can be emited by the vpMatrix class and its derivates
vpMatrixException(int id, const char *format,...)
vpMatrixException(int id, const std::string &msg)
errorCodeEnum
Lists the possible error than can be emmited while calling vpMatrix member.
@ constructionError
error returns by a constructor
@ notImplementedError
function not implemented
@ notInitializedError
something is not initialized
@ outOfRangeError
index out of range
@ incorrectMatrixSizeError
@ convergencyError
iterative algorithm doesn't converge (ex SVD)
vpMatrixException(int id)