DekGenius.com
[ Team LiB ] Previous Section Next Section

9.5 Exceptions

This section lists the names of exceptions raised by Foundation classes.

Archiving

extern NSString *NSInconsistentArchiveException;
Connection

extern NSString *NSFailedAuthenticationException;
General Foundation Exception Names

extern NSString *NSGenericException;
extern NSString *NSRangeException;
extern NSString *NSInvalidArgumentException;
extern NSString *NSInternalInconsistencyException;
extern NSString *NSMallocException;
extern NSString *NSObjectInaccessibleException;
extern NSString *NSObjectNotAvailableException;
extern NSString *NSDestinationInvalidException;
extern NSString *NSPortTimeoutException;
extern NSString *NSInvalidSendPortException;
extern NSString *NSInvalidReceivePortException;
extern NSString *NSPortSendException;
extern NSString *NSPortReceiveException;
extern NSString *NSOldStyleException;
Keyed Archiving

extern NSString *NSInvalidArchiveOperationException;
extern NSString *NSInvalidUnarchiveOperationException;
NSDecimalNumber

extern NSString *NSDecimalNumberExactnessException;
extern NSString *NSDecimalNumberOverflowException;
extern NSString *NSDecimalNumberUnderflowException;
extern NSString *NSDecimalNumberDivideByZeroException;
NSFileHandle

extern NSString *NSFileHandleOperationException;
NSScriptKeyValueCoding

extern NSString *NSOperationNotSupportedForKeyException;
NSString Handling

extern NSString *NSParseErrorException;
extern NSString *NSCharacterConversionException;
    [ Team LiB ] Previous Section Next Section