OFNotImplementedException Class Reference
#import <OFExceptions.h>
List of all members.
Detailed Description
An OFException indicating that a method or part of it is not implemented.
Member Function Documentation
- (id) initWithClass: |
|
(Class) |
class_ |
selector: |
|
(SEL) |
selector | |
|
|
| | |
Initializes an already allocated not implemented exception.
- Parameters:
-
| class_ | The class of the object which caused the exception |
| selector | The selector which is not or not fully implemented |
- Returns:
- An initialized not implemented exception
+ (id) newWithClass: |
|
(Class) |
class_ |
selector: |
|
(SEL) |
selector | |
|
|
| | |
- Parameters:
-
| class_ | The class of the object which caused the exception |
| selector | The selector which is not or not fully implemented |
- Returns:
- A new not implemented exception
The documentation for this class was generated from the following files: