SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
Loading...
Searching...
No Matches
slate::FalseConditionException Class Reference

Exception class for slate_assert(). More...

#include <Exception.hh>

Inheritance diagram for slate::FalseConditionException:
slate::Exception

Public Member Functions

 FalseConditionException (const char *cond, const char *func, const char *file, int line)
 
- Public Member Functions inherited from slate::Exception
 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

- Protected Member Functions inherited from slate::Exception
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.
 

Detailed Description

Exception class for slate_assert().


The documentation for this class was generated from the following file: