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

An exception indicating that the hash has already been calculated. More...

#import <OFHashAlreadyCalculatedException.h>

Inheritance diagram for OFHashAlreadyCalculatedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:hash:
(OFHash *) - hashObject

Static Public Member Functions

(id) + exceptionWithClass:hash:

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
hashThe hash which has already been calculated
Returns:
A new hash already calculated exception
- (OFHash*) hashObject
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
hashThe hash which has already been calculated
Returns:
An initialized hash already calculated exception

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