Tomographer
v5.4
Tomographer C++ Framework Documentation
|
Base Exception class for errors within our MAT routines. More...
#include <tomographer/tools/ezmatio.h>
Public Member Functions | |
Exception (std::string msg) | |
Exception (std::string heading, std::string msg) | |
virtual const char * | what () const noexcept |
Public Member Functions inherited from std::exception | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
Protected Member Functions | |
void | setHeading (const std::string heading) |
void | setMessage (const std::string message) |