An exception indicating there is not enough memory available.
More...
#import <OFOutOfMemoryException.h>
List of all members.
Detailed Description
An exception indicating there is not enough memory available.
Member Function Documentation
+ (id) exceptionWithClass: |
|
(Class) |
class_ |
requestedSize: |
|
(size_t) |
size |
|
|
| |
- Parameters:
-
class_ | The class of the object which caused the exception |
size | The size of the memory that couldn't be allocated |
- Returns:
- A new no memory exception
- (id) initWithClass: |
|
(Class) |
class_ |
requestedSize: |
|
(size_t) |
size |
|
|
| |
Initializes an already allocated no memory exception.
- Parameters:
-
class_ | The class of the object which caused the exception |
size | The size of the memory that couldn't be allocated |
- Returns:
- An initialized no memory exception
- Returns:
- The size of the memoory that couldn't be allocated
The documentation for this class was generated from the following files: