#include <exceptions.hh>

Public Member Functions | |
| matrix_type_not_supported (const MATtype &type) | |
| virtual const char * | what () const throw () |
| virtual | ~matrix_type_not_supported () throw () |
Private Attributes | |
| std::string | what_ |
Definition at line 172 of file exceptions.hh.
| matrix_type_not_supported::matrix_type_not_supported | ( | const MATtype & | type | ) | [inline] |
Definition at line 178 of file exceptions.hh.
| virtual matrix_type_not_supported::~matrix_type_not_supported | ( | ) | throw () [inline, virtual] |
Definition at line 217 of file exceptions.hh.
| virtual const char* matrix_type_not_supported::what | ( | ) | const throw () [inline, virtual] |
Definition at line 219 of file exceptions.hh.
std::string matrix_type_not_supported::what_ [private] |
Definition at line 175 of file exceptions.hh.