Public Member Functions | Static Public Member Functions | Properties

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 *) - hash

Static Public Member Functions

(id) + newWithClass:hash:

Properties

OFHashhash

Detailed Description

An exception indicating that the hash has already been calculated.


Member Function Documentation

- (OFHash*) hash  
Returns:
The hash which has already been calculated

Reimplemented from <OFObject>.

- (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
+ (id) newWithClass: (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

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