ObjFW
Public Member Functions | Static Public Member Functions
OFMemoryNotPartOfObjectException Class Reference

An exception indicating the given memory is not part of the object. More...

#import <OFMemoryNotPartOfObjectException.h>

Inheritance diagram for OFMemoryNotPartOfObjectException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:pointer:
(void *) - pointer

Static Public Member Functions

(id) + exceptionWithClass:pointer:

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
ptrA 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
ptrA pointer to the memory that is not part of the object
Returns:
An initialized memory not part of object exception
- (void*) pointer
Returns:
A pointer to the memory which is not part of the object

The documentation for this class was generated from the following files:
 All Classes Functions Variables Properties