fawkes::FileWriteException Class Reference
[Fawkes Exceptions]

Could not write to file. More...

#include <core/exceptions/system.h>

Inheritance diagram for fawkes::FileWriteException:
Inheritance graph
[legend]

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.

Definition at line 68 of file system.h.


Constructor & Destructor Documentation

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

Constructor with error number.

Parameters:
filename name of file which could not be written to
errno error number
additional_msg optional 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:
filename name of file which could not be written
additional_msg optional additional message

Definition at line 199 of file system.cpp.


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

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1