30 #ifndef _RASQL_ERROR_HH_
31 #define _RASQL_ERROR_HH_
34 #pragma warning( disable : 4290 )
49 #define CANNOTWRITEHDR 2
50 #define NOCONNECTION 3
51 #define EMPTYTYPENAME 4
52 #define ILLEGALREADCOMBI 5
53 #define ODLFILEFAILED 6
54 #define ODLPARSEERROR 7
55 #define ILLEGALHHCOMBI 8
56 #define ILLEGALINSERTCOMBI 9
73 virtual const char *
what();
77 unsigned int error_code;
80 #endif // _RASQL_ERROR_HH_
RasdlError(unsigned int e)
constructor receiving an error number
virtual ~RasdlError()
destructor
virtual const char * what()
get an error description
Definition: rasdl_error.hh:62