Arxx::file_error Class Reference

#include <Common.h>

List of all members.


Detailed Description

An exception class indicating that an error occured while reading or writing from or to a file.

Most probably this exception is throw when you try to read a file that you don't have the access rights to read from or want to write to a file that you are not allowed to write to.


Public Member Functions

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


Constructor & Destructor Documentation

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

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