23 #ifndef _RASGEO_ERROR_HH_
24 #define _RASGEO_ERROR_HH_
27 #pragma warning( disable : 4290 )
42 #define INVALIDFLOAT 2
48 #define ERRORPARSINGCOMMANDLINE 8
50 #define INVALIDLEVEL 10
51 #define ILLEGALMAPTYPE 11
53 #define INVALIDTILEEDGE 13
55 #define NOTINSERTED 15
68 virtual const char *
what();
72 unsigned int errorCode;
75 #endif // _RASGEO_ERROR_HH_
Definition: rasgeo_error.hh:57
virtual const char * what()
get an error description
virtual ~InitError()
destructor
InitError(unsigned int e)
constructor receiving an error number