2005/5/9

     
 

class OutOfMemoryError

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::OutOfMemoryError Class Reference

#include <OutOfMemoryError.h>

Inheritance diagram for acdk::lang::OutOfMemoryError:

acdk::lang::Error acdk::lang::Throwable acdk::lang::Object acdk::io::Serializable acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

This exception will be thrown in case no more memory cannot be allocated because either the memory was limited by the appliation or no more memory can be allocated from the underlying operation system.

Author:
Roger Rene Kommer
Version:
Revision
1.4
Date:
Date
2005/04/09 19:26:49


Public Member Functions

 OutOfMemoryError ()
 OutOfMemoryError (IN(RString) what)


Constructor & Destructor Documentation

acdk::lang::OutOfMemoryError::OutOfMemoryError  )  [inline]
 

acdk::lang::OutOfMemoryError::OutOfMemoryError IN(RString what  )  [inline]