39 #include "visp3/core/vpException.h"
50 va_start(args, format);
59 char buffer[FILENAME_MAX];
60 vsnprintf(buffer, FILENAME_MAX, format, args);
61 std::string msg(buffer);
75 os <<
"Error [" << error.
code <<
"]:\t" << error.
message << std::endl;
friend std::ostream & operator<<(std::ostream &s, const vpArray2D< Type > &A)
error that can be emitted by ViSP classes.
const std::string & getStringMessage() const
int code
Contains the error code, see the errorCodeEnum table for details.
vpException()
forbid the empty constructor (protected)
void setMessage(const char *format, va_list args)
Set the message container.
const char * getMessage() const
const char * what() const
std::string message
Contains an error message (can be empty)