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

Type mismatch (wrong type requested) in a variable read from the MATLAB data file. More...

#include <tomographer/tools/ezmatio.h>

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

Public Member Functions

 VarTypeError (const std::string varname, const std::string msg)
 
- Public Member Functions inherited from Tomographer::MAT::VarError
 VarError (std::string msg)
 
 VarError (std::string varname, std::string msg)
 
void setVarName (std::string varname)
 
- Public Member Functions inherited from Tomographer::MAT::Exception
 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)
 

Additional Inherited Members

- Protected Member Functions inherited from Tomographer::MAT::Exception
void setHeading (const std::string heading)
 
void setMessage (const std::string message)
 

Detailed Description

Type mismatch (wrong type requested) in a variable read from the MATLAB data file.

Definition at line 124 of file ezmatio.h.


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