BALL
1.4.1
|
#include <BALL/SYSTEM/file.h>
Public Member Functions | |
CannotWrite (const char *file, int line, const String &filename) | |
~CannotWrite () throw () | |
String | getFilename () const |
Protected Attributes | |
std::string | filename_ |
Exception CannotWrite A given file could not be written, either because its not open or it has a wrong open mode.
BALL::File::CannotWrite::CannotWrite | ( | const char * | file, |
int | line, | ||
const String & | filename | ||
) |
BALL::File::CannotWrite::~CannotWrite | ( | ) | throw () |
String BALL::File::CannotWrite::getFilename | ( | ) | const |
std::string BALL::File::CannotWrite::filename_ [protected] |