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

Public Member Functions | Private Attributes
bad_MAT_code Class Reference

#include <exceptions.hh>

Collaboration diagram for bad_MAT_code:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 bad_MAT_code ()
virtual const char * what () throw ()
virtual ~bad_MAT_code () throw ()

Private Attributes

std::string what_

Detailed Description

Definition at line 24 of file exceptions.hh.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

Definition at line 34 of file exceptions.hh.


Member Data Documentation

std::string bad_MAT_code::what_ [private]

Definition at line 26 of file exceptions.hh.


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

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