Tomographer  v5.3
Tomographer C++ Framework Documentation
Tomographer::MAT::Exception Class Reference

Base Exception class for errors within our MAT routines. More...

#include <tomographer/tools/ezmatio.h>

+ Inheritance diagram for Tomographer::MAT::Exception:
+ Collaboration diagram for Tomographer::MAT::Exception:

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
what (T... args)
 
~exception (T... args)
 
operator= (T... args)
 
exception (T... args)
 

Protected Member Functions

void setHeading (const std::string heading)
 
void setMessage (const std::string message)
 

Detailed Description

Base Exception class for errors within our MAT routines.

Definition at line 70 of file ezmatio.h.


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