|
SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
|
Base class for SLATE exceptions. More...
#include <Exception.hh>
Public Member Functions | |
| Exception (std::string const &msg) | |
| Sets the what() message to msg. | |
| Exception (std::string const &msg, const char *func, const char *file, int line) | |
| Sets the what() message to msg with func, file, line appended. | |
| virtual char const * | what () const noexcept override |
Protected Member Functions | |
| void | what (std::string const &msg, const char *func, const char *file, int line) |
| Sets the what() message to msg with func, file, line appended. | |
Base class for SLATE exceptions.
|
inlineoverridevirtualnoexcept |
|
inlineprotected |
Sets the what() message to msg with func, file, line appended.
See MpiException in mpi.hh.