ConfigError Class Reference
Error parsing configuration.
More...
#include <Exceptions.h>
List of all members.
Detailed Description
Error parsing configuration.
Constructor & Destructor Documentation
ConfigError::ConfigError |
( |
|
) |
[inline] |
ConfigError::ConfigError |
( |
std::string |
S, |
|
|
std::string |
K, |
|
|
std::string |
V, |
|
|
std::string |
P | |
|
) |
| | [inline] |
Constructor
- Parameters:
-
| S | Section |
| K | Key |
| V | Value |
| P | Path |
- Returns:
Member Function Documentation
std::string ConfigError::getKey |
( |
|
) |
[inline] |
std::string ConfigError::getPath |
( |
|
) |
[inline] |
std::string ConfigError::getSection |
( |
|
) |
[inline] |
std::string ConfigError::getValue |
( |
|
) |
[inline] |
void ConfigError::setKey |
( |
std::string |
key |
) |
[inline] |
void ConfigError::setPath |
( |
std::string |
path |
) |
[inline] |
void ConfigError::setSection |
( |
std::string |
section |
) |
[inline] |
void ConfigError::setValue |
( |
std::string |
value |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /home/gomez/Documents/workspaces/treqs/treqs/src/Exceptions.h