Dripline-Cpp  v2.10.11
Dripline Implementation in C++
Public Member Functions | List of all members
connection_error Class Reference

Error indicating a problem with the connection to the broker. More...

#include <dripline_exceptions.hh>

Inheritance diagram for connection_error:
Inheritance graph

Public Member Functions

 connection_error ()=default
 
 connection_error (const connection_error &)=default
 
 connection_error (connection_error &&)=default
 
virtual ~connection_error () noexcept=default
 
connection_erroroperator= (const connection_error &)=default
 
connection_erroroperator= (connection_error &&)=default
 

Detailed Description

Error indicating a problem with the connection to the broker.

Author
N.S. Oblath

Definition at line 47 of file dripline_exceptions.hh.

Constructor & Destructor Documentation

◆ connection_error() [1/3]

connection_error ( )
default

◆ connection_error() [2/3]

connection_error ( const connection_error )
default

◆ connection_error() [3/3]

◆ ~connection_error()

virtual ~connection_error ( )
virtualdefaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

connection_error& operator= ( connection_error &&  )
default

◆ operator=() [2/2]

connection_error& operator= ( const connection_error )
default

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