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

The exception for UCS_ERR_LAST_LINK_FAILURE. More...

#include <exception.h>

Inheritance diagram for ucxx::LastLinkFailureError:
ucxx::Error

Public Member Functions

 LastLinkFailureError (const std::string &msg)
 The UCS_ERR_LAST_LINK_FAILURE 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_LAST_LINK_FAILURE.

The exception raised when UCS_ERR_LAST_LINK_FAILURE occurs in UCX.

Constructor & Destructor Documentation

◆ LastLinkFailureError()

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

The UCS_ERR_LAST_LINK_FAILURE constructor.

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

Parameters
[in]msgthe explanatory string of the error.

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