Exception to communicate a config_handlers error. More...
#include <Common.h>
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_TCHAR > | name_ |
std::basic_string< ACE_TCHAR > | error_ |
A human readable error message. |
Exception to communicate a config_handlers error.
CIAO::Config_Handlers::Config_Error::Config_Error | ( | const std::basic_string< ACE_TCHAR > & | name, | |
const std::basic_string< ACE_TCHAR > & | error | |||
) | [inline] |
void CIAO::Config_Handlers::Config_Error::add_name | ( | const std::basic_string< ACE_TCHAR > & | name | ) | [inline] |
std::basic_string<ACE_TCHAR> CIAO::Config_Handlers::Config_Error::error_ |
A human readable error message.
std::basic_string<ACE_TCHAR> CIAO::Config_Handlers::Config_Error::name_ |
Some identifying information about the element that caused the error