Exception for including a configuration file.
More...
#include <IncludeFileExc.h>
Exception for including a configuration file.
Whenever a #ConfigLineHandler encounters an instruction for the inclusion of another configuration file it throws this exception. The #TextFileConfigurator will catch it and properly set up the parsing of the included file.
◆ IncludeFileExc()
EA::IncludeFileExc::IncludeFileExc |
( |
std::string |
fileName | ) |
|
|
inline |
Constructor.
- Parameters
-
fileName | The name of the configuration file to be included. |
◆ what()
const char* EA::IncludeFileExc::what |
( |
| ) |
const |
|
inlinenoexcept |
Exception message.
- Returns
- The name of the configuration file to be included.
◆ _fileName
std::string EA::IncludeFileExc::_fileName |
|
private |
The documentation for this class was generated from the following file: