ObjFW
Public Member Functions | Static Public Member Functions
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) + exceptionWithClass:mutex:

Detailed Description

An exception indicating that locking a mutex failed.


Member Function Documentation

+ (id) exceptionWithClass: (Class)  class_
mutex: (OFMutex*)  mutex 
Parameters:
class_The class of the object which caused the exception
mutexThe mutex which is could not be locked
Returns:
A new mutex lock failed exception
- (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
mutexThe mutex which is could not be locked
Returns:
An initialized mutex lock failed exception
- (OFMutex*) mutex
Parameters:
Themutex which is could not be locked

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