Go to the documentation of this file.
52 #define ERRORPARSINGCOMMANDLINE 2
53 #define ILLEGALOUTPUTTYPE 3
54 #define FILEINACCESSIBLE 4
55 #define UNABLETOCLAIMRESOURCEFORFILE 5
56 #define NOVALIDDOMAIN 6
57 #define MDDTYPEINVALID 7
58 #define FILESIZEMISMATCH 8
65 RasqlError(
unsigned int e );
68 virtual ~RasqlError();
71 virtual const char * what();
78 #endif // _RASQL_ERROR_HH_