An exception indicating that a mutation was detected during enumeration.
More...
#include <OFEnumerationMutationException.h>
List of all members.
Detailed Description
An exception indicating that a mutation was detected during enumeration.
Member Function Documentation
id OFEnumerationMutationException::initWithClass:object: |
( |
Class |
class_, |
|
|
[object] id |
object |
|
) |
| [virtual] |
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 OFEnumerationMutationException::newWithClass:object: |
( |
Class |
class_, |
|
|
[object] id |
object |
|
) |
| [static, virtual] |
- 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 OFEnumerationMutationException::object |
( |
| ) |
[virtual] |
- Returns:
- The object which was mutated during enumeration
The documentation for this class was generated from the following files: