An exception indicating that a method or part of it is not implemented.
More...
#import <OFNotImplementedException.h>
List of all members.
Detailed Description
An exception indicating that a method or part of it is not implemented.
Member Function Documentation
+ (id) exceptionWithClass: |
|
(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
- (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
- Returns:
- The selector which is not or not fully implemented
The documentation for this class was generated from the following files: