#include <Common.h>
Public Member Functions | |
Config_Error (const std::string &name, const std::string &error) | |
Public Attributes | |
std::string | name_ |
std::string | error_ |
A human readable error message. |
CIAO::Config_Handlers::Config_Error::Config_Error | ( | const std::string & | name, | |
const std::string & | error | |||
) | [inline] |
std::string CIAO::Config_Handlers::Config_Error::name_ |
Some identifying information about the element that caused the error
std::string CIAO::Config_Handlers::Config_Error::error_ |
A human readable error message.