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:
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.