#include <Exception.h>


Public Member Functions | |
| EOFException (const String &msg, const String &sourceFile, int line, const FileName &f) | |
| EOFException (const EOFException &) | |
| virtual | ~EOFException () |
| virtual String | getClassName () const |
Private Member Functions | |
| bool | operator== (const EOFException &) const |
| bool | operator!= (const EOFException &e) const |
| const EOFException & | operator= (const EOFException &) |
Signals that an end of file has been reached unexpectedly during input.
Definition at line 264 of file Exception.h.
| EOFException::EOFException | ( | const String & | msg, |
| const String & | sourceFile, | ||
| int | line, | ||
| const FileName & | f | ||
| ) | [explicit] |
Definition at line 358 of file Exception.cpp.
| EOFException::EOFException | ( | const EOFException & | e ) |
Definition at line 362 of file Exception.cpp.
| EOFException::~EOFException | ( | ) | [virtual] |
Definition at line 367 of file Exception.cpp.
| String EOFException::getClassName | ( | ) | const [virtual] |
Returns the name of the class
Reimplemented from alize::IOException.
Definition at line 365 of file Exception.cpp.
| bool alize::EOFException::operator!= | ( | const EOFException & | e ) | const [private] |
Not implemented
| const EOFException& alize::EOFException::operator= | ( | const EOFException & | ) | [private] |
Not implemented
| bool alize::EOFException::operator== | ( | const EOFException & | ) | const [private] |
1.7.2