Public Member Functions | Static Public Member Functions | Properties

OFMutexLockFailedException Class Reference

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

#import <OFMutexLockFailedException.h>

Inheritance diagram for OFMutexLockFailedException:
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 locking a mutex failed.


Member Function Documentation

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

Initializes an already allocated mutex lock failed exception.

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

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