Public Member Functions | Private Member Functions

alize::EOFException Class Reference

#include <Exception.h>

Inheritance diagram for alize::EOFException:
Inheritance graph
[legend]
Collaboration diagram for alize::EOFException:
Collaboration graph
[legend]

List of all members.

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 EOFExceptionoperator= (const EOFException &)

Detailed Description

Signals that an end of file has been reached unexpectedly during input.

Author:
Frederic Wils frederic.wils@lia.univ-avignon.fr
Version:
1.0
Date:
2003

Definition at line 264 of file Exception.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

String EOFException::getClassName (  ) const [virtual]

Returns the name of the class

Returns:
the name of the class of the object as a String

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]

The documentation for this class was generated from the following files: