Public Member Functions | Static Public Member Functions | Properties

OFMutexUnlockFailedException Class Reference

An exception indicating that unlocking a mutex failed. More...

#import <OFMutexUnlockFailedException.h>

Inheritance diagram for OFMutexUnlockFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:mutex:
(OFMutex *) - mutex

Static Public Member Functions

(id) + newWithClass:mutex:

Properties

OFMutexmutex

Detailed Description

An exception indicating that unlocking a mutex failed.


Member Function Documentation

- (id) initWithClass: (Class)  class_
mutex: (OFMutex*)  mutex 

Initializes an already allocated mutex unlock failed exception.

Parameters:
class_ The class of the object which caused the exception
mutex The mutex which could not be unlocked
Returns:
An initialized mutex unlock failed exception
- (OFMutex*) mutex  
Returns:
The mutex which could not be unlocked
+ (id) newWithClass: (Class)  class_
mutex: (OFMutex*)  mutex 
Parameters:
class_ The class of the object which caused the exception
mutex The mutex which could not be unlocked
Returns:
A new mutex unlock failed exception

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