List of all members.
Public Member Functions |
| open_file_error (const string &src_file, const int src_line, const string &file) |
| constructor
|
virtual const char * | what () const throw () |
| accessor to the error message
|
Constructor & Destructor Documentation
open_file_error::open_file_error |
( |
const string & |
src_file, |
|
|
const int |
src_line, |
|
|
const string & |
file | |
|
) |
| | [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__) |
| file | name of the file that has been triied to open |
Member Function Documentation
virtual const char* open_file_error::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: