SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
|
Exception class for slate_not_implemented(). More...
#include <Exception.hh>
Public Member Functions | |
NotImplemented (const char *msg, const char *func, const char *file, int line) | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
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. | |
Exception class for slate_not_implemented().