BALL::File::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>
List
of all members.
|
Public Member Functions
|
|
CannotWrite
(const char *file, int line, const String &filename) |
String |
getFilename
() const |
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.