|
BALL
1.4.1
|
#include <BALL/COMMON/exception.h>
Public Member Functions | |
| FileNotFound (const char *file, int line, const String &filename) | |
| ~FileNotFound () throw () | |
| String | getFilename () const |
Protected Attributes | |
| std::string | filename_ |
File not found. A given file could not be found.
Definition at line 359 of file COMMON/exception.h.
| BALL::Exception::FileNotFound::FileNotFound | ( | const char * | file, |
| int | line, | ||
| const String & | filename | ||
| ) |
| BALL::Exception::FileNotFound::~FileNotFound | ( | ) | throw () |
std::string BALL::Exception::FileNotFound::filename_ [protected] |
Definition at line 370 of file COMMON/exception.h.
1.7.6.1