Arxx::bzlib_error Class Reference

#include <Common.h>

List of all members.


Detailed Description

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

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


Public Member Functions

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


Constructor & Destructor Documentation

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

The constructor of a bzlib_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