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

agfioError Class Reference

agfio error class. More...

#include <agfioError.h>

Inheritance diagram for agfioError:

Inheritance graph
[legend]
Collaboration diagram for agfioError:

Collaboration graph
[legend]
List of all members.

Public Methods

 agfioError (const string &s)
 ~agfioError () throw ()
virtual const char* what () const throw ()

Detailed Description

agfio error class.

Almost every exception class of the library inherits from this class. There is no special advantage to inherit this class except that consitency can be kept in a convenient way.


Constructor & Destructor Documentation

agfioError::agfioError ( const string & s )
 

Parameters:
s   Error message.

agfioError::~agfioError ( ) throw () [inline]
 


Member Function Documentation

const char * agfioError::what ( ) const throw () [virtual]
 

Returns:
C string containing error message


The documentation for this class was generated from the following file:
Generated at Wed Jul 3 14:55:10 2002 for Annotation Graph API by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001