Public Member Functions | Static Public Member Functions | Protected Attributes

OFEnumerationMutationException Class Reference

An exception indicating that a mutation was detected during enumeration. More...

#import <OFEnumerationMutationException.h>

Inheritance diagram for OFEnumerationMutationException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:object:
(id) - object

Static Public Member Functions

(id) + newWithClass:object:

Protected Attributes

id object

Detailed Description

An exception indicating that a mutation was detected during enumeration.


Member Function Documentation

- (id) initWithClass: (Class)  class_
object: (id)  object 

Initializes an already allocated enumeration mutation exception.

Parameters:
class_ The class of the object which caused the exception
object The object which was mutated during enumeration
Returns:
An initialized enumeration mutation exception
+ (id) newWithClass: (Class)  class_
object: (id)  object 
Parameters:
class_ The class of the object which caused the exception
object The object which was mutated during enumeration
Returns:
A new enumeration mutation exception
- (id) object  
Returns:
The object which was mutated during enumeration

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