Arxx::zlib_error Class Reference

#include <Common.h>

List of all members.


Detailed Description

An exception class indicating that the zlib library reports an error.

This exception is thrown whenever calls to the zlib library result in errors that may not be compensated inside libarxx.


Public Member Functions

 zlib_error (const std::string &sString)
 The constructor of a zlib_error exception.


Constructor & Destructor Documentation

Arxx::zlib_error::zlib_error ( const std::string &  sString  ) 

The constructor of a zlib_error exception.

Parameters:
sString A string with further information for this exception.
This exception is derieved from std::runtime_error and the string passed via sString is directed to the constructor of std::runtime_error so it may be requested via the what() function of std::exception.


The documentation for this class was generated from the following files:
Generated on Tue Oct 10 11:34:46 2006 for libarxx by  doxygen 1.4.7