#include <exception.h>
Inheritance diagram for Exception::FileNotFound:

Public Member Functions | |
| FileNotFound (const char *file, int line, const String &filename) throw () | |
| String | getFilename () const throw () |
Protected Attributes | |
| std::string | filename_ |
A given file could not be found.