Fawkes API  Fawkes Development Version
fawkes::UnableToOpenFileException Class Reference

Opening a file failed for some reason. More...

#include <utils/system/file.h>

Inheritance diagram for fawkes::UnableToOpenFileException:

List of all members.

Public Member Functions

 UnableToOpenFileException (const char *filename, int error)
 Constructor.

Detailed Description

Opening a file failed for some reason.


Constructor & Destructor Documentation

fawkes::UnableToOpenFileException::UnableToOpenFileException ( const char *  filename,
int  error 
)

Constructor.

Parameters:
filenamethe name of the file which couldn't be opened
errorthe errno

Definition at line 48 of file file.cpp.

References fawkes::Exception::append().


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