#include <Exception.h>


Public Member Functions | |
| FileNotFoundException (const String &msg, const String &sourceFile, int line, const FileName &f) | |
| FileNotFoundException (const FileNotFoundException &) | |
| virtual | ~FileNotFoundException () |
| virtual String | getClassName () const |
Private Member Functions | |
| bool | operator== (const FileNotFoundException &) const |
| bool | operator!= (const FileNotFoundException &e) const |
| const FileNotFoundException & | operator= (const FileNotFoundException &) |
Signals that an attempt to open the file has failed.
Definition at line 241 of file Exception.h.
| FileNotFoundException::FileNotFoundException | ( | const String & | msg, |
| const String & | sourceFile, | ||
| int | line, | ||
| const FileName & | f | ||
| ) | [explicit] |
Definition at line 304 of file Exception.cpp.
| FileNotFoundException::FileNotFoundException | ( | const FileNotFoundException & | e ) |
Definition at line 308 of file Exception.cpp.
| FileNotFoundException::~FileNotFoundException | ( | ) | [virtual] |
Definition at line 315 of file Exception.cpp.
| String FileNotFoundException::getClassName | ( | ) | const [virtual] |
Returns the name of the class
Reimplemented from alize::IOException.
Definition at line 312 of file Exception.cpp.
| bool alize::FileNotFoundException::operator!= | ( | const FileNotFoundException & | e ) | const [private] |
Not implemented
| const FileNotFoundException& alize::FileNotFoundException::operator= | ( | const FileNotFoundException & | ) | [private] |
Not implemented
| bool alize::FileNotFoundException::operator== | ( | const FileNotFoundException & | ) | const [private] |
1.7.2