ECIllegalArgumentException


Abstract

Thrown in case of an illegal argument

Methods

-argumentInfo
-init
-initWithArgumentInfo:

argumentInfo


- (NSString *) argumentInfo;
method result
information about the result. May equal nil

init


See Also:
initWithArgumentInfo:
- initWithArgumentInfo: (NSString *) anArgumentInfo;
Parameter Descriptions
argumentInfo
gives a hint about the argument

initWithArgumentInfo:


See Also:
init
- initWithArgumentInfo: (NSString *) anArgumentInfo;
Parameter Descriptions
argumentInfo
gives a hint about the argument

(Last Updated November 08, 2007)