An exception indicating that a mutex is still locked.
More...
#include <OFMutexStillLockedException.h>
List of all members.
Detailed Description
An exception indicating that a mutex is still locked.
Member Function Documentation
id OFMutexStillLockedException::initWithClass:mutex: |
( |
Class |
class_, |
|
|
[mutex] OFMutex* |
mutex |
|
) |
| [virtual] |
Initializes an already allocated mutex still locked exception.
- Parameters:
-
class_ | The class of the object which caused the exception |
mutex | The mutex which is still locked |
- Returns:
- An initialized mutex still locked exception
OFMutex* OFMutexStillLockedException::mutex |
( |
| ) |
[virtual] |
- Returns:
- The mutex which is still locked
id OFMutexStillLockedException::newWithClass:mutex: |
( |
Class |
class_, |
|
|
[mutex] OFMutex* |
mutex |
|
) |
| [static, virtual] |
- Parameters:
-
class_ | The class of the object which caused the exception |
mutex | The mutex which is still locked |
- Returns:
- A new mutex still locked exception
The documentation for this class was generated from the following files: