Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
matrix_type_not_supported Class Reference

#include <exceptions.hh>

Collaboration diagram for matrix_type_not_supported:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

Definition at line 172 of file exceptions.hh.


Constructor & Destructor Documentation

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.


Member Function Documentation

virtual const char* matrix_type_not_supported::what ( ) const throw () [inline, virtual]

Definition at line 219 of file exceptions.hh.


Member Data Documentation

std::string matrix_type_not_supported::what_ [private]

Definition at line 175 of file exceptions.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)