Fawkes API  Fawkes Development Version
fawkes::FileWriteException Class Reference

Could not write to file. More...

#include <>>

Inheritance diagram for fawkes::FileWriteException:

List of all members.

Public Member Functions

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

Detailed Description

Could not write to file.

Writing to a file failed. Optional error number and message describe the problem in more detail.


Constructor & Destructor Documentation

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

Constructor with error number.

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

Definition at line 186 of file system.cpp.

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

Constructor with error number.

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

Definition at line 199 of file system.cpp.


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