GPUdb C++ API
Version 7.0.19.0
|
#include <gpudb/GPUdbException.hpp>
Public Member Functions | |
GPUdbException (const std::string &messageParam) | |
virtual const char * | what () const throw () |
~GPUdbException () throw () | |
Protected Attributes | |
std::string | message |
Definition at line 17 of file GPUdbException.hpp.
|
inline |
Definition at line 20 of file GPUdbException.hpp.
|
inline |
Definition at line 24 of file GPUdbException.hpp.
|
inlinevirtual |
Reimplemented in gpudb::GPUdbSubmitException, gpudb::GPUdbHAUnavailableException, gpudb::GPUdbExitException, and gpudb::GPUdbInsertionException.
Definition at line 22 of file GPUdbException.hpp.
|
protected |
Definition at line 27 of file GPUdbException.hpp.