Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

expander::expand_error Class Reference

Class for expand errors (things like "command not found" or "variable not found"). More...

#include <expandlib-exceptions.h>

Collaboration diagram for expander::expand_error:

Collaboration graph
List of all members.

Public Methods

 expand_error (const _TCHAR *context, const _TCHAR *error_message) throw ()
 expand_error (const _TCHAR *context, const _TCHAR *error_message, const _TCHAR *about) throw ()
const _TCHAR * context () const throw ()
const _TCHAR * error_message () const throw ()
const _TCHAR * about () const throw ()

Private Attributes

const _TCHAR * context_
const _TCHAR * error_message_
const _TCHAR * about_

Detailed Description

Class for expand errors (things like "command not found" or "variable not found").

Definition at line 73 of file expandlib-exceptions.h.


Constructor & Destructor Documentation

expander::expand_error::expand_error const _TCHAR *    context,
const _TCHAR *    error_message
throw () [inline]
 

Definition at line 80 of file expandlib-exceptions.h.

expander::expand_error::expand_error const _TCHAR *    context,
const _TCHAR *    error_message,
const _TCHAR *    about
throw () [inline]
 

Definition at line 86 of file expandlib-exceptions.h.


Member Function Documentation

const _TCHAR* expander::expand_error::about   const throw () [inline]
 

Definition at line 100 of file expandlib-exceptions.h.

const _TCHAR* expander::expand_error::context   const throw () [inline]
 

Definition at line 92 of file expandlib-exceptions.h.

const _TCHAR* expander::expand_error::error_message   const throw () [inline]
 

Definition at line 96 of file expandlib-exceptions.h.


Member Data Documentation

const _TCHAR* expander::expand_error::about_ [private]
 

Definition at line 77 of file expandlib-exceptions.h.

const _TCHAR* expander::expand_error::context_ [private]
 

Definition at line 75 of file expandlib-exceptions.h.

const _TCHAR* expander::expand_error::error_message_ [private]
 

Definition at line 76 of file expandlib-exceptions.h.


The documentation for this class was generated from the following file:
Generated on Tue Feb 4 17:24:24 2003 for ExpandLib by doxygen1.3-rc2