The exception for UCS_ERR_OUT_OF_RANGE
.
More...
#include <exception.h>
Public Member Functions | |
OutOfRangeError (const std::string &msg) | |
The UCS_ERR_OUT_OF_RANGE 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_OUT_OF_RANGE
.
The exception raised when UCS_ERR_OUT_OF_RANGE
occurs in UCX.
|
inlineexplicit |
The UCS_ERR_OUT_OF_RANGE
constructor.
The constructor for an exception raised with UCS_ERR_OUT_OF_RANGE
occurs in UCX.
[in] | msg | the explanatory string of the error. |