An exception indicating that locking a mutex failed.
More...
#import <OFMutexLockFailedException.h>
List of all members.
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 |
mutex | The 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 |
mutex | The mutex which is could not be locked |
- Returns:
- An initialized mutex lock failed exception
- Parameters:
-
The | mutex which is could not be locked |
The documentation for this class was generated from the following files: