Public Member Functions | Private Member Functions

alize::OutOfMemoryException Class Reference

#include <Exception.h>

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

List of all members.

Public Member Functions

 OutOfMemoryException (const String &msg, const String &sourceFile, int line)
 OutOfMemoryException (const OutOfMemoryException &)
virtual ~OutOfMemoryException ()
virtual String getClassName () const

Private Member Functions

bool operator== (const OutOfMemoryException &) const
bool operator!= (const OutOfMemoryException &e) const
const OutOfMemoryExceptionoperator= (const OutOfMemoryException &)

Detailed Description

Thrown when the free memory is not enough to allocate an object

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

Definition at line 285 of file Exception.h.


Constructor & Destructor Documentation

OutOfMemoryException::OutOfMemoryException ( const String msg,
const String sourceFile,
int  line 
) [explicit]

Definition at line 287 of file Exception.cpp.

OutOfMemoryException::OutOfMemoryException ( const OutOfMemoryException e )

Definition at line 291 of file Exception.cpp.

OutOfMemoryException::~OutOfMemoryException (  ) [virtual]

Definition at line 297 of file Exception.cpp.


Member Function Documentation

String OutOfMemoryException::getClassName (  ) const [virtual]

Returns the name of the class

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

Reimplemented from alize::Exception.

Definition at line 294 of file Exception.cpp.

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

Not implemented

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

Not implemented

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

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