An exception indicating the given memory is not part of the object.
More...
#import <OFMemoryNotPartOfObjectException.h>
List of all members.
Detailed Description
An exception indicating the given memory is not part of the object.
Member Function Documentation
+ (id) exceptionWithClass: |
|
(Class) |
class_ |
pointer: |
|
(void*) |
ptr |
|
|
| |
- Parameters:
-
class_ | The class of the object which caused the exception |
ptr | A pointer to the memory that is not part of the object |
- Returns:
- A new memory not part of object exception
- (id) initWithClass: |
|
(Class) |
class_ |
pointer: |
|
(void*) |
ptr |
|
|
| |
Initializes an already allocated memory not part of object exception.
- Parameters:
-
class_ | The class of the object which caused the exception |
ptr | A pointer to the memory that is not part of the object |
- Returns:
- An initialized memory not part of object exception
- Returns:
- A pointer to the memory which is not part of the object
The documentation for this class was generated from the following files: