39 #ifndef VP_SIMULATOR_EXCEPTION_H
40 #define VP_SIMULATOR_EXCEPTION_H
42 #include <visp3/core/vpConfig.h>
43 #include <visp3/core/vpException.h>
45 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
54 class VISP_EXPORT vpSimulatorException :
public vpException
61 enum errorSimulatorCodeEnum
66 windowSizeNotInitializedError,
67 badInitializationError
74 vpSimulatorException(
int id,
const char *format, ...);
79 vpSimulatorException(
int id,
const std::string &msg);
84 VP_EXPLICIT vpSimulatorException(
int id);
error that can be emitted by ViSP classes.