GPUdb C++ API  Version 6.2.0.3
gpudb::GPUdbInsertionException Class Reference

#include <gpudb/GPUdbException.hpp>

+ Inheritance diagram for gpudb::GPUdbInsertionException:
+ Collaboration diagram for gpudb::GPUdbInsertionException:

Public Member Functions

 GPUdbInsertionException (const std::string &message)
 
 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)
 
- Public Member Functions inherited from gpudb::GPUdbException
 GPUdbException (const std::string &message)
 
 ~GPUdbException () throw ()
 

Detailed Description

Definition at line 31 of file GPUdbException.hpp.

Constructor & Destructor Documentation

◆ GPUdbInsertionException() [1/2]

gpudb::GPUdbInsertionException::GPUdbInsertionException ( const std::string &  message)
inline

Definition at line 34 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()

gpudb::GPUdbInsertionException::~GPUdbInsertionException ( )
throw (
)
inline

Definition at line 42 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 
)

◆ what()

virtual const char* gpudb::GPUdbInsertionException::what ( ) const
throw (
)
inlinevirtual

Reimplemented from gpudb::GPUdbException.

Definition at line 40 of file GPUdbException.hpp.


The documentation for this class was generated from the following file: