List of all members.
Public Member Functions |
| invalid_filename (const string &src_file, const int src_line, const string &filename, const string &sensor) |
| constructor
|
| ~invalid_filename () throw () |
| destructor
|
virtual const char * | what () const throw () |
| accessor to the error message
|
Detailed Description
a satellite file doesn't have a name matching the nomenclatura
Constructor & Destructor Documentation
invalid_filename::invalid_filename |
( |
const string & |
src_file, |
|
|
const int |
src_line, |
|
|
const string & |
filename, |
|
|
const string & |
sensor | |
|
) |
| | [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__) |
| filename | name of the file that not matches the nomenclatura |
| sensor | name of the sensor the file is issued of |
Member Function Documentation
virtual const char* invalid_filename::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: