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

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

#include <OFHashAlreadyCalculatedException.h>

Inheritance diagram for OFHashAlreadyCalculatedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:hash: (Class class_,[hash] OFHash *hash)
OFHashhash ()

Static Public Member Functions

id newWithClass:hash: (Class class_,[hash] OFHash *hash)

Properties

OFHashhash

Detailed Description

An exception indicating that the hash has already been calculated.


Member Function Documentation

OFHash* OFHashAlreadyCalculatedException::hash ( ) [virtual]
Returns:
The hash which has already been calculated

Reimplemented from <OFObject>.

id OFHashAlreadyCalculatedException::initWithClass:hash: ( Class  class_,
[hash] OFHash hash 
) [virtual]

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
id OFHashAlreadyCalculatedException::newWithClass:hash: ( Class  class_,
[hash] OFHash hash 
) [static, virtual]
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

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