List of all members.
Public Member Functions |
| InterpolationError (const string &src_file, const int src_line, const string &msg) |
| constructor
|
virtual const char * | what () const throw () |
Detailed Description
Some exceptions issued of tools.cpp
Constructor & Destructor Documentation
InterpolationError::InterpolationError |
( |
const string & |
src_file, |
|
|
const int |
src_line, |
|
|
const string & |
msg | |
|
) |
| | [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__) |
| msg | an error message |
The documentation for this class was generated from the following file: