Public Member Functions | Private Member Functions

alize::InvalidDataException Class Reference

#include <Exception.h>

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

List of all members.

Public Member Functions

 InvalidDataException (const String &msg, const String &sourceFile, int line, const FileName &f)
 InvalidDataException (const InvalidDataException &)
virtual ~InvalidDataException ()
virtual String getClassName () const

Private Member Functions

bool operator== (const InvalidDataException &) const
bool operator!= (const InvalidDataException &e) const
const InvalidDataExceptionoperator= (const InvalidDataException &)

Detailed Description

Exception thrown when an unexpected invalid data is encountered in a file

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

Definition at line 219 of file Exception.h.


Constructor & Destructor Documentation

InvalidDataException::InvalidDataException ( const String msg,
const String sourceFile,
int  line,
const FileName f 
) [explicit]

Definition at line 270 of file Exception.cpp.

InvalidDataException::InvalidDataException ( const InvalidDataException e )

Definition at line 274 of file Exception.cpp.

InvalidDataException::~InvalidDataException (  ) [virtual]

Definition at line 280 of file Exception.cpp.


Member Function Documentation

String InvalidDataException::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 277 of file Exception.cpp.

bool alize::InvalidDataException::operator!= ( const InvalidDataException e ) const [private]

Not implemented

const InvalidDataException& alize::InvalidDataException::operator= ( const InvalidDataException  ) [private]

Not implemented

bool alize::InvalidDataException::operator== ( const InvalidDataException  ) const [private]

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