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

expander::general_error Class Reference

Class for general errors (things like "unable to allocate memory"). More...

#include <expandlib-exceptions.h>

Collaboration diagram for expander::general_error:

Collaboration graph
List of all members.

Public Methods

 general_error (const _TCHAR *context, const _TCHAR *error_message) throw ()
 general_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 general errors (things like "unable to allocate memory").

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


Constructor & Destructor Documentation

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

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

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

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


Member Function Documentation

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

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

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

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

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

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


Member Data Documentation

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

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

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

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

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

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


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