SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
|
Exception class for slate_error_if(). More...
#include <Exception.hh>
Public Member Functions | |
TrueConditionException (const char *cond, 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_error_if().