#include <gpudb/GPUdbException.hpp>
Inheritance diagram for gpudb::GPUdbInsertionException:
[legend]
Collaboration diagram for gpudb::GPUdbInsertionException:
[legend]
Public Member Functions | |
| GPUdbInsertionException (const std::string &messageParam) | |
| GPUdbInsertionException (const std::string &url_, const std::vector< gpudb::GenericRecord > &records_, const std::string &message_) | |
| virtual const char * | what () const throw () |
| ~GPUdbInsertionException () throw () | |
| void | append_records (std::vector< gpudb::GenericRecord >::iterator begin, std::vector< gpudb::GenericRecord >::iterator end) |
| std::vector< gpudb::GenericRecord > | getRecords () const |
| Public Member Functions inherited from gpudb::GPUdbException | |
| GPUdbException (const std::string &messageParam) | |
| ~GPUdbException () throw () | |
Additional Inherited Members | |
| Protected Attributes inherited from gpudb::GPUdbException | |
| std::string | message |
Detailed Description
Definition at line 32 of file GPUdbException.hpp.
Constructor & Destructor Documentation
◆ GPUdbInsertionException() [1/2]
| inline |
Definition at line 35 of file GPUdbException.hpp.
◆ GPUdbInsertionException() [2/2]
| gpudb::GPUdbInsertionException::GPUdbInsertionException | ( | const std::string & | url_, |
| const std::vector< gpudb::GenericRecord > & | records_, | ||
| const std::string & | message_ ) |
◆ ~GPUdbInsertionException()
| inline | ||||||||||||
Definition at line 43 of file GPUdbException.hpp.
Member Function Documentation
◆ append_records()
| void gpudb::GPUdbInsertionException::append_records | ( | std::vector< gpudb::GenericRecord >::iterator | begin, |
| std::vector< gpudb::GenericRecord >::iterator | end ) |
◆ getRecords()
| inline |
Definition at line 49 of file GPUdbException.hpp.
◆ what()
| inlinevirtual | ||||||||||||
Reimplemented from gpudb::GPUdbException.
Definition at line 41 of file GPUdbException.hpp.
The documentation for this class was generated from the following file:
- gpudb/GPUdbException.hpp