Fawkes API Fawkes Development Version

fawkes::FileReadException Class Reference

File could not be read. More...

#include <>>

Inheritance diagram for fawkes::FileReadException:

List of all members.

Public Member Functions

 FileReadException (const char *filename, int errno, const char *additional_msg=0) throw ()
 Constructor with error number.
 FileReadException (const char *filename, const char *additional_msg=0) throw ()
 Constructor with error number.

Detailed Description

File could not be read.

The file could not be read. Optional error number and message describe the problem in more detail.

Definition at line 61 of file system.h.


Constructor & Destructor Documentation

fawkes::FileReadException::FileReadException ( const char *  filename,
int  errno,
const char *  additional_msg = 0 
) throw ()

Constructor with error number.

Parameters:
filenamename of file which could not be read
errnoerror number
additional_msgoptional additional message

Definition at line 152 of file system.cpp.

fawkes::FileReadException::FileReadException ( const char *  filename,
const char *  additional_msg = 0 
) throw ()

Constructor with error number.

Parameters:
filenamename of file which could not be read
additional_msgoptional additional message

Definition at line 165 of file system.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends