ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFInvalidArgumentException Class Reference

An exception indicating that the argument is invalid for this method. More...

#include <OFInvalidArgumentException.h>

Inheritance diagram for OFInvalidArgumentException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:selector: (Class class_,[selector] SEL selector)
SEL selector ()

Static Public Member Functions

id newWithClass:selector: (Class class_,[selector] SEL selector)

Properties

SEL selector

Detailed Description

An exception indicating that the argument is invalid for this method.


Member Function Documentation

id OFInvalidArgumentException::initWithClass:selector: ( Class  class_,
[selector] SEL  selector 
) [virtual]

Initializes an already allocated invalid argument exception

Parameters:
class_The class of the object which caused the exception
selectorThe selector which doesn't accept the argument
Returns:
An initialized invalid argument exception
id OFInvalidArgumentException::newWithClass:selector: ( Class  class_,
[selector] SEL  selector 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
selectorThe selector which doesn't accept the argument
Returns:
A new invalid argument exception
SEL OFInvalidArgumentException::selector ( ) [virtual]
Returns:
The selector to which an invalid argument was passed

The documentation for this class was generated from the following files:
 All Classes Functions Variables