35#ifndef _vpParallelPortException_h_
36#define _vpParallelPortException_h_
44#include <visp3/core/vpException.h>
77 va_start(args, 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)
vpParallelPortException(int id, const std::string &msg)
vpParallelPortException(int id, const char *format,...)
error
Lists the possible errors than can be emitted while calling vpParallelPort member.
VP_EXPLICIT vpParallelPortException(int id)