#include <exceptions.hh>

Public Member Functions | |
| bad_mxNUMARRAY_cast (const int &type) | |
| virtual const char * | what () const throw () |
| virtual | ~bad_mxNUMARRAY_cast () throw () |
Private Attributes | |
| const int | type_ |
| std::string | what_ |
Definition at line 63 of file exceptions.hh.
| bad_mxNUMARRAY_cast::bad_mxNUMARRAY_cast | ( | const int & | type | ) | [inline] |
| virtual bad_mxNUMARRAY_cast::~bad_mxNUMARRAY_cast | ( | ) | throw () [inline, virtual] |
Definition at line 77 of file exceptions.hh.
| virtual const char* bad_mxNUMARRAY_cast::what | ( | ) | const throw () [inline, virtual] |
Definition at line 79 of file exceptions.hh.
const int bad_mxNUMARRAY_cast::type_ [private] |
Definition at line 65 of file exceptions.hh.
std::string bad_mxNUMARRAY_cast::what_ [private] |
Definition at line 66 of file exceptions.hh.