List of all members.
Public Member Functions |
| bad_hdf_type (const string &src_file, const int src_line, const string &type) |
| constructor
|
virtual const char * | what () const throw () |
| accessor to the error message
|
Detailed Description
an invalid hdf type is used
Constructor & Destructor Documentation
bad_hdf_type::bad_hdf_type |
( |
const string & |
src_file, |
|
|
const int |
src_line, |
|
|
const string & |
type | |
|
) |
| | [inline] |
constructor
- Parameters:
-
| src_file | name of the source code file where the error occurs (ie __FILE__) |
| src_line | number of the line of the source code file where the error occurs (ie __LINE__) |
| type | the type code used |
Member Function Documentation
virtual const char* bad_hdf_type::what |
( |
|
) |
const throw () [inline, virtual] |
accessor to the error message
- Returns:
- the error message
The documentation for this class was generated from the following file: