#include <Error.h>
Inheritance diagram for casa::AllocError:


Part of API
This class is used for allocation errors. It adds an extra data item, the failed allocation size. Otherwise much the same as AipsError.
throw(AllocError("ANY STRING",1024));
Definition at line 138 of file Error.h.
Public Member Functions | |
| size_t | size () |
| This function returns the failed allocation size. | |
| ~AllocError () throw () | |
| Destructor which does nothing. | |
Protected Attributes | |
| size_t | Size |
| casa::AllocError::~AllocError | ( | ) | throw () |
Destructor which does nothing.
| size_t casa::AllocError::size | ( | ) | [inline] |
size_t casa::AllocError::Size [protected] |
1.5.1