#include <gpudb/GPUdbException.hpp>
Inheritance diagram for gpudb::GPUdbException:
[legend]
Public Member Functions | |
| GPUdbException (const std::string &messageParam) | |
| virtual const char * | what () const throw () |
| ~GPUdbException () throw () | |
Protected Attributes | |
| std::string | message |
Detailed Description
Definition at line 17 of file GPUdbException.hpp.
Constructor & Destructor Documentation
◆ GPUdbException()
| inline |
Definition at line 20 of file GPUdbException.hpp.
◆ ~GPUdbException()
| inline | ||||||||||||
Definition at line 24 of file GPUdbException.hpp.
Member Function Documentation
◆ what()
| inlinevirtual | ||||||||||||
Reimplemented in gpudb::GPUdbExitException, gpudb::GPUdbHAUnavailableException, gpudb::GPUdbInsertionException, and gpudb::GPUdbSubmitException.
Definition at line 22 of file GPUdbException.hpp.
Member Data Documentation
◆ message
| protected |
Definition at line 27 of file GPUdbException.hpp.
The documentation for this class was generated from the following file:
- gpudb/GPUdbException.hpp