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

#include <gpudb/GPUdbException.hpp>

+ Inheritance diagram for gpudb::GPUdbSubmitException:
+ Collaboration diagram for gpudb::GPUdbSubmitException:

Public Member Functions

 GPUdbSubmitException (const std::string &messageParam)
 
 GPUdbSubmitException (HttpUrl url_, const std::vector< uint8_t > &request_, const std::string &message_)
 
virtual const char * what () const throw ()
 
 ~GPUdbSubmitException () throw ()
 
- 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 84 of file GPUdbException.hpp.

Constructor & Destructor Documentation

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

Definition at line 87 of file GPUdbException.hpp.

gpudb::GPUdbSubmitException::GPUdbSubmitException ( HttpUrl  url_,
const std::vector< uint8_t > &  request_,
const std::string &  message_ 
)
gpudb::GPUdbSubmitException::~GPUdbSubmitException ( )
throw (
)
inline

Definition at line 94 of file GPUdbException.hpp.

Member Function Documentation

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

Reimplemented from gpudb::GPUdbException.

Definition at line 92 of file GPUdbException.hpp.


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