1 #ifndef __GPUDB__GPUDBEXCEPTION_HPP__ 2 #define __GPUDB__GPUDBEXCEPTION_HPP__ 21 virtual const char*
what()
const throw() {
return message.c_str(); }
37 const std::vector<gpudb::GenericRecord>& records_,
38 const std::string& message_ );
40 virtual const char*
what()
const throw() {
return message.c_str(); }
45 void append_records( std::vector<gpudb::GenericRecord>::iterator begin,
46 std::vector<gpudb::GenericRecord>::iterator end );
51 std::vector<gpudb::GenericRecord> records;
virtual const char * what() const
~GPUdbInsertionException()
GPUdbException(const std::string &message)
GPUdbInsertionException(const std::string &message)
virtual const char * what() const