Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xstream::bz::general_error Class Reference

errors in bzlib usage More...

#include <bz.h>

+ Inheritance diagram for xstream::bz::general_error:

Public Member Functions

 general_error (const std::string &w="generic error in bzlib stream")
 
virtual std::string module () const
 describes the current library module (zlib,bzlib,base64,...) More...
 
virtual const char * what () const throw ()
 

Detailed Description

errors in bzlib usage

Definition at line 23 of file except/bz.h.

Constructor & Destructor Documentation

xstream::bz::general_error::general_error ( const std::string w = "generic error in bzlib stream")
inline

Definition at line 26 of file except/bz.h.

Member Function Documentation

virtual std::string xstream::bz::general_error::module ( ) const
inlinevirtual

describes the current library module (zlib,bzlib,base64,...)

Reimplemented from xstream::fatal_error.

Reimplemented in xstream::bz::decompress_error, and xstream::bz::compress_error.

Definition at line 31 of file except/bz.h.

References xstream::fatal_error::module().

Referenced by xstream::bz::compress_error::module(), and xstream::bz::decompress_error::module().

virtual const char* xstream::fatal_error::what ( ) const
throw (
)
inlinevirtualinherited

Definition at line 38 of file except.h.

References xstream::fatal_error::module(), and string.


The documentation for this class was generated from the following file: