ConfigError Class Reference

Error parsing configuration. More...

#include <Exceptions.h>

Inheritance diagram for ConfigError:
Inheritance graph
[legend]
Collaboration diagram for ConfigError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConfigError ()
 ConfigError (std::string S, std::string K, std::string V, std::string P)
std::string getSection ()
std::string getKey ()
std::string getValue ()
std::string getPath ()
void setKey (std::string key)
void setPath (std::string path)
void setSection (std::string section)
void setValue (std::string value)

Protected Attributes

std::string section
std::string key
std::string value
std::string path

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]

Here is the caller graph for this function:

std::string ConfigError::getPath (  )  [inline]
std::string ConfigError::getSection (  )  [inline]

Here is the caller graph for this function:

std::string ConfigError::getValue (  )  [inline]
void ConfigError::setKey ( std::string  key  )  [inline]

Here is the caller graph for this function:

void ConfigError::setPath ( std::string  path  )  [inline]
void ConfigError::setSection ( std::string  section  )  [inline]

Here is the caller graph for this function:

void ConfigError::setValue ( std::string  value  )  [inline]

Member Data Documentation

std::string ConfigError::key [protected]
std::string ConfigError::path [protected]
std::string ConfigError::section [protected]
std::string ConfigError::value [protected]

The documentation for this class was generated from the following file:

Generated on 4 Mar 2010 for TReqS by  doxygen 1.6.1