@@ -29,19 +29,21 @@ #ifdef OF_HAVE_PROPERTIES @property (readonly, nonatomic) OFHash *hash; #endif /** + * \param class_ The class of the object which caused the exception * \param hash The hash which has already been calculated * \return A new hash already calculated exception */ + newWithClass: (Class)class_ hash: (OFHash*)hash; /** * Initializes an already allocated hash already calculated exception. * + * \param class_ The class of the object which caused the exception * \param hash The hash which has already been calculated * \return An initialized hash already calculated exception */ - initWithClass: (Class)class_ hash: (OFHash*)hash;