#include <exceptions.hh>

Public Member Functions | |
| bad_MAT_code () | |
| virtual const char * | what () throw () |
| virtual | ~bad_MAT_code () throw () |
Private Attributes | |
| std::string | what_ |
Definition at line 24 of file exceptions.hh.
| bad_MAT_code::bad_MAT_code | ( | ) | [inline] |
Definition at line 28 of file exceptions.hh.
| virtual bad_MAT_code::~bad_MAT_code | ( | ) | throw () [inline, virtual] |
Definition at line 32 of file exceptions.hh.
| virtual const char* bad_MAT_code::what | ( | ) | throw () [inline, virtual] |
Definition at line 34 of file exceptions.hh.
std::string bad_MAT_code::what_ [private] |
Definition at line 26 of file exceptions.hh.