All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Public Member Functions | List of all members
ucxx::NotConnectedError Class Reference

The exception for UCS_ERR_NOT_CONNECTED. More...

#include <exception.h>

Inheritance diagram for ucxx::NotConnectedError:
ucxx::Error

Public Member Functions

 NotConnectedError (const std::string &msg)
 The UCS_ERR_NOT_CONNECTED constructor. More...
 
- Public Member Functions inherited from ucxx::Error
 Error (const std::string &msg)
 The base class constructor. More...
 
const char * what () const noexcept override
 Returns an explanatory string. More...
 

Detailed Description

The exception for UCS_ERR_NOT_CONNECTED.

The exception raised when UCS_ERR_NOT_CONNECTED occurs in UCX.

Constructor & Destructor Documentation

◆ NotConnectedError()

ucxx::NotConnectedError::NotConnectedError ( const std::string &  msg)
inlineexplicit

The UCS_ERR_NOT_CONNECTED constructor.

The constructor for an exception raised with UCS_ERR_NOT_CONNECTED occurs in UCX.

Parameters
[in]msgthe explanatory string of the error.

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