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

The exception for UCS_ERR_MESSAGE_TRUNCATED. More...

#include <exception.h>

Inheritance diagram for ucxx::MessageTruncatedError:
ucxx::Error

Public Member Functions

 MessageTruncatedError (const std::string &msg)
 The UCS_ERR_MESSAGE_TRUNCATED 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_MESSAGE_TRUNCATED.

The exception raised when UCS_ERR_MESSAGE_TRUNCATED occurs in UCX.

Constructor & Destructor Documentation

◆ MessageTruncatedError()

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

The UCS_ERR_MESSAGE_TRUNCATED constructor.

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

Parameters
[in]msgthe explanatory string of the error.

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