#include <OpenMS/CONCEPT/Exception.h>
Throw this exception to indicate that an allocation failed. This exception is thrown in the OPENMS new handler.
size | the number of bytes that should have been allocated |
Public Member Functions | |
OutOfMemory (const char *file, int line, const char *function, UInt size=0) throw () | |
virtual | ~OutOfMemory () throw () |
Protected Attributes | |
UInt | size_ |
OutOfMemory | ( | const char * | file, | |
int | line, | |||
const char * | function, | |||
UInt | size = 0 | |||
) | throw () |
virtual ~OutOfMemory | ( | ) | throw () [virtual] |
Generated Tue Apr 1 15:36:49 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |