Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Exception::FileNotFound Class Reference

File not found. More...

#include <exception.h>

Inheritance diagram for Exception::FileNotFound:

Exception::GeneralException List of all members.

Public Member Functions

 FileNotFound (const char *file, int line, const String &filename) throw ()
String getFilename () const throw ()

Protected Attributes

std::string filename_

Detailed Description

File not found.

A given file could not be found.