NAME
OTCERR_OutOfMemory -
Exception class to be thrown when out of memory.
SYNOPSIS
#include <OTC/debug/outofmem.hh>
class OTCERR_OutOfMemory : public OTC_Exception
{
public:
~OTCERR_OutOfMemory();
OTCERR_OutOfMemory();
OTCERR_OutOfMemory(OTCERR_OutOfMemory const& theException);
};
CLASS TYPE
Concrete
DESCRIPTION
This class is to be used, when you want to throw an exception,
to indicate that there is no more memory. It is this exception
which is thrown by otclib_new_handler()
.
INITIALISATION
OTCERR_OutOfMemory();
Creates an exception with type
description "Out of Memory"
.
OTCERR_OutOfMemory(OTCERR_OutOfMemory const& theException);
Uses the description of the exception from
theException
.
SEE ALSO
OTC_Exception
LIBRARY
OTC
AUTHOR(S)
Graham Dumpleton
COPYRIGHT
Copyright 1992 1993 OTC LIMITED
Copyright 1994 DUMPLETON SOFTWARE CONSULTING PTY LIMITED