DAnCE  ..
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
DAnCE::Config_Handlers::Config_Error Class Reference

Exception to communicate a config_handlers error. More...

#include <Common.h>

Collaboration diagram for DAnCE::Config_Handlers::Config_Error:
Collaboration graph

Public Member Functions

 Config_Error (const std::basic_string< ACE_TCHAR > &name, const std::basic_string< ACE_TCHAR > &error)
 
void add_name (const std::basic_string< ACE_TCHAR > &name)
 

Public Attributes

std::basic_string< ACE_TCHARname_
 
std::basic_string< ACE_TCHARerror_
 A human readable error message. More...
 

Detailed Description

Exception to communicate a config_handlers error.

Constructor & Destructor Documentation

DAnCE::Config_Handlers::Config_Error::Config_Error ( const std::basic_string< ACE_TCHAR > &  name,
const std::basic_string< ACE_TCHAR > &  error 
)
inline

Member Function Documentation

void DAnCE::Config_Handlers::Config_Error::add_name ( const std::basic_string< ACE_TCHAR > &  name)
inline

Member Data Documentation

std::basic_string<ACE_TCHAR> DAnCE::Config_Handlers::Config_Error::error_

A human readable error message.

std::basic_string<ACE_TCHAR> DAnCE::Config_Handlers::Config_Error::name_

Some identifying information about the element that caused the error


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