ECIllegalStateException


Abstract

Thrown in case of an illegal state

Discussion

manages a state info string

Methods

-caughtException
-initWithIllegalStateInfo:
-stateInfo

caughtException


- (NSException *) caughtException;
method result
return the exception this illegale state is based on. The result may equal nil in case the exception has not been given

initWithIllegalStateInfo:


- initWithIllegalStateInfo: (NSString *) aStateInfo;

stateInfo


- (NSString *) stateInfo;
method result
information about the illegal state

(Last Updated November 08, 2007)