Skip to main content

#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 86 of file GPUdbException.hpp.

Constructor & Destructor Documentation

◆ GPUdbSubmitException() [1/2]

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

Definition at line 89 of file GPUdbException.hpp.

◆ GPUdbSubmitException() [2/2]

gpudb::GPUdbSubmitException::GPUdbSubmitException (HttpUrlurl_,
const std::vector< uint8_t > &request_,
const std::string &message_ )

◆ ~GPUdbSubmitException()

gpudb::GPUdbSubmitException::~GPUdbSubmitException ()
throw ( )
inline

Definition at line 96 of file GPUdbException.hpp.

Member Function Documentation

◆ what()

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

Reimplemented from gpudb::GPUdbException.

Definition at line 94 of file GPUdbException.hpp.


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