Exception thrown when RapidsMPF runs out of memory. More...
#include <error.hpp>
Public Member Functions | |
| out_of_memory (char const *msg) | |
| Construct an out_of_memory with the error message. More... | |
| out_of_memory (std::string const &msg) | |
| Construct an out_of_memory with the error message. More... | |
Public Member Functions inherited from rapidsmpf::bad_alloc | |
| bad_alloc (char const *msg) | |
| Construct a bad_alloc with the error message. More... | |
| bad_alloc (std::string const &msg) | |
| Construct a bad_alloc with the error message. More... | |
| char const * | what () const noexcept override |
| Return the explanatory string. More... | |
Exception thrown when RapidsMPF runs out of memory.
This exception should only be thrown when we know a resource is out of memory.
|
inlineexplicit |
Construct an out_of_memory with the error message.
| msg | Message to be associated with the exception. |
|
inlineexplicit |
Construct an out_of_memory with the error message.
| msg | Message to be associated with the exception. |