Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

File::CannotWrite Class Reference

Exception CannotWrite A given file could not be written, either because its not open or it has a wrong open mode. More...

#include <file.h>

Inheritance diagram for File::CannotWrite:

Exception::GeneralException List of all members.

Public Member Functions

 CannotWrite (const char *file, int line, const String &filename) throw ()
String getFilename () const throw ()

Protected Attributes

std::string filename_

Detailed Description

Exception CannotWrite A given file could not be written, either because its not open or it has a wrong open mode.