The exception for UCS_ERR_EXCEEDS_LIMIT
.
More...
#include <exception.h>
Public Member Functions | |
ExceedsLimitError (const std::string &msg) | |
The UCS_ERR_EXCEEDS_LIMIT constructor. More... | |
![]() | |
Error (const std::string &msg) | |
The base class constructor. More... | |
const char * | what () const noexcept override |
Returns an explanatory string. More... | |
The exception for UCS_ERR_EXCEEDS_LIMIT
.
The exception raised when UCS_ERR_EXCEEDS_LIMIT
occurs in UCX.
|
inlineexplicit |
The UCS_ERR_EXCEEDS_LIMIT
constructor.
The constructor for an exception raised with UCS_ERR_EXCEEDS_LIMIT
occurs in UCX.
[in] | msg | the explanatory string of the error. |