Go to the documentation of this file.
50 #define ERRORPARSINGCOMMANDLINE 2
51 #define ILLEGALOUTPUTTYPE 3
52 #define FILEINACCESSIBLE 4
53 #define UNABLETOCLAIMRESOURCEFORFILE 5
54 #define NOVALIDDOMAIN 6
55 #define MDDTYPEINVALID 7
56 #define FILESIZEMISMATCH 8
63 RasqlError(
unsigned int e );
66 virtual ~RasqlError();
69 virtual const char * what();
76 #endif // _RASQL_ERROR_HH_