Methods


-initWithReason:
Initializes the exception with the underlying information about the reason
-reason

initWithReason:


Initializes the exception with the underlying information about the reason

- initWithReason: (NSString *) aReason;
method result
self

reason


- (NSString *) reason;
method result
the underlying reason

(Last Updated August 27, 2006)