39 #ifndef VP_IO_EXCEPTION_H
40 #define VP_IO_EXCEPTION_H
42 #include <visp3/core/vpConfig.h>
43 #include <visp3/core/vpException.h>
77 va_start(args, format);
error that can be emitted by ViSP classes.
void setMessage(const char *format, va_list args)
Set the message container.
Error that can be emitted by the vpIoTools class and its derivatives.
error
Lists the possible error than can be emitted while calling vpIo member.
@ invalidDirectoryName
Directory name is invalid.
@ cantGetUserName
User name is not available.
@ cantCreateDirectory
Unable to create a directory.
vpIoException(int id, const char *format,...)
VP_EXPLICIT vpIoException(int id)
vpIoException(int id, const std::string &msg)