#include <exception.h>
Public Member Functions |
|
OutOfMemory (const char *file, int line, Size size=0) | |
Protected Attributes |
|
Size | size_ |
Throw this exception to indicate that an allocation failed. This exception is thrown in the BALL new handler.
size | the number of bytes that should have been allocated |