GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::GPUdbException Class Reference

#include <gpudb/GPUdbException.hpp>

+ Inheritance diagram for gpudb::GPUdbException:

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

gpudb::GPUdbException::GPUdbException ( const std::string &  messageParam)
inline

Definition at line 20 of file GPUdbException.hpp.

gpudb::GPUdbException::~GPUdbException ( )
throw (
)
inline

Definition at line 24 of file GPUdbException.hpp.

Member Function Documentation

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

Member Data Documentation

std::string gpudb::GPUdbException::message
protected

Definition at line 27 of file GPUdbException.hpp.


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