List of all members.
Public Member Functions |
| UnimplementedMethod (const string &src_file, const int src_line, const string &src_method) |
| constructor
|
| ~UnimplementedMethod () throw () |
| destructor
|
virtual const char * | what () const throw () |
| accessor to the error message
|
Detailed Description
an invalid hdf type is used
Constructor & Destructor Documentation
UnimplementedMethod::UnimplementedMethod |
( |
const string & |
src_file, |
|
|
const int |
src_line, |
|
|
const string & |
src_method | |
|
) |
| | [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__) |
| src_method | the name of the method that raised the exception |
Member Function Documentation
virtual const char* UnimplementedMethod::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: