Arxx::bad_file_format Class Reference

#include <Common.h>

List of all members.


Detailed Description

An exception class indicating an invalid file format in an ARX archive.

This exception is thrown by the Arxx::Archive::bLoad() funtion to indicate that the archive that was to be opened is in an invalid format, could not be read as an ARX archive and thus wasn't loaded at all.


Public Member Functions

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


Constructor & Destructor Documentation

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

The constructor of a bad_file_format exception.

Parameters:
sString A string with further information for this exception.
This exception is derieved from std::logic_error and the string passed via sString is directed to the constructor of std::logic_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