Main Page   Class Hierarchy   Compound List   Compound Members  

agfioError Class Reference

agfio error class. More...

Inheritance diagram for agfioError:

agfio::LoadError agfio::StoreError RE::CompError RE::GetError RE::MatchError Record::RangeError List of all members.

Public Methods

 agfioError (const string &s)
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.


Member Function Documentation

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

Returns:
C string containing error message