#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.
BALL::Exception::FileNotFound::FileNotFound | ( | const char * | file, | |
int | line, | |||
const String & | filename | |||
) |
BALL::Exception::FileNotFound::~FileNotFound | ( | ) | throw () |
String BALL::Exception::FileNotFound::getFilename | ( | ) | const |
Referenced by BALL::VIEW::DemoTutorialDialog::nextStepDemo_().
std::string BALL::Exception::FileNotFound::filename_ [protected] |