An exception indicating that the hash has already been calculated.
More...
#import <OFHashAlreadyCalculatedException.h>
List of all members.
Detailed Description
An exception indicating that the hash has already been calculated.
Member Function Documentation
+ (id) exceptionWithClass: |
|
(Class) |
class_ |
hash: |
|
(OFHash*) |
hash |
|
|
| |
- Parameters:
-
class_ | The class of the object which caused the exception |
hash | The hash which has already been calculated |
- Returns:
- A new hash already calculated exception
- Returns:
- The hash which has already been calculated
- (id) initWithClass: |
|
(Class) |
class_ |
hash: |
|
(OFHash*) |
hash |
|
|
| |
Initializes an already allocated hash already calculated exception.
- Parameters:
-
class_ | The class of the object which caused the exception |
hash | The hash which has already been calculated |
- Returns:
- An initialized hash already calculated exception
The documentation for this class was generated from the following files: