|
BALL
1.4.1
|
#include <BALL/COMMON/exception.h>
Public Member Functions | |
| OutOfMemory (const char *file, int line, Size size=0) | |
| virtual | ~OutOfMemory () throw () |
Protected Attributes | |
| Size | size_ |
Out of memory. 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 |
Definition at line 316 of file COMMON/exception.h.
| BALL::Exception::OutOfMemory::OutOfMemory | ( | const char * | file, |
| int | line, | ||
| Size | size = 0 |
||
| ) |
| virtual BALL::Exception::OutOfMemory::~OutOfMemory | ( | ) | throw () [virtual] |
Size BALL::Exception::OutOfMemory::size_ [protected] |
Definition at line 326 of file COMMON/exception.h.
1.7.6.1