An exception indicating that the argument is invalid for this method.
More...
#import <OFInvalidArgumentException.h>
List of all members.
Detailed Description
An exception indicating that the argument is invalid for this method.
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 doesn't accept the argument |
- Returns:
- A new invalid argument exception
- (id) initWithClass: |
|
(Class) |
class_ |
selector: |
|
(SEL) |
selector |
|
|
| |
Initializes an already allocated invalid argument exception
- Parameters:
-
class_ | The class of the object which caused the exception |
selector | The selector which doesn't accept the argument |
- Returns:
- An initialized invalid argument exception
- Returns:
- The selector to which an invalid argument was passed
The documentation for this class was generated from the following files: