OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
OPENTREP::SQLDatabaseConnectionReleaseException Class Reference

#include <opentrep/OPENTREP_exceptions.hpp>

+ Inheritance diagram for OPENTREP::SQLDatabaseConnectionReleaseException:

Public Member Functions

 SQLDatabaseConnectionReleaseException (const std::string &iWhat)
 
const char * what () const throw ()
 

Protected Attributes

std::string _what
 

Detailed Description

The SQL database connection cannot be closed/released.

Definition at line 357 of file OPENTREP_exceptions.hpp.

Constructor & Destructor Documentation

◆ SQLDatabaseConnectionReleaseException()

OPENTREP::SQLDatabaseConnectionReleaseException::SQLDatabaseConnectionReleaseException ( const std::string & iWhat)
inline

Constructor.

Definition at line 362 of file OPENTREP_exceptions.hpp.

References OPENTREP::SQLDatabaseException::SQLDatabaseException().

Member Function Documentation

◆ what()

const char * OPENTREP::RootException::what ( ) const
throw ( )
inlineinherited

Give the details of the exception.

Definition at line 39 of file OPENTREP_exceptions.hpp.

References _what.

Referenced by OPENTREP::OpenTrepSearcher::init().

Member Data Documentation

◆ _what

std::string OPENTREP::RootException::_what
protectedinherited

Details for the exception.

Definition at line 47 of file OPENTREP_exceptions.hpp.

Referenced by RootException(), RootException(), and what().


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