Public Member Functions | Private Member Functions

alize::FileNotFoundException Class Reference

#include <Exception.h>

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

List of all members.

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 FileNotFoundExceptionoperator= (const FileNotFoundException &)

Detailed Description

Signals that an attempt to open the file has failed.

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

Definition at line 241 of file Exception.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

String FileNotFoundException::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 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]

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