ObjFW
Public Member Functions | Static Public Member Functions
OFMutexStillLockedException Class Reference

An exception indicating that a mutex is still locked. More...

#import <OFMutexStillLockedException.h>

Inheritance diagram for OFMutexStillLockedException:
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 a mutex is still locked.


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 still locked
Returns:
A new mutex still locked exception
- (id) initWithClass: (Class)  class_
mutex: (OFMutex*)  mutex 

Initializes an already allocated mutex still locked exception.

Parameters:
class_The class of the object which caused the exception
mutexThe mutex which is still locked
Returns:
An initialized mutex still locked exception
- (OFMutex*) mutex
Returns:
The mutex which is still locked

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