• 系统异常 NSException.h


    FOUNDATION_EXPORT NSExceptionName const NSGenericException;

    FOUNDATION_EXPORT NSExceptionName const NSRangeException;

    FOUNDATION_EXPORT NSExceptionName const NSInvalidArgumentException;

    FOUNDATION_EXPORT NSExceptionName const NSInternalInconsistencyException;

    FOUNDATION_EXPORT NSExceptionName const NSMallocException;

    FOUNDATION_EXPORT NSExceptionName const NSObjectInaccessibleException;

    FOUNDATION_EXPORT NSExceptionName const NSObjectNotAvailableException;

    FOUNDATION_EXPORT NSExceptionName const NSDestinationInvalidException;

        

    FOUNDATION_EXPORT NSExceptionName const NSPortTimeoutException;

    FOUNDATION_EXPORT NSExceptionName const NSInvalidSendPortException;

    FOUNDATION_EXPORT NSExceptionName const NSInvalidReceivePortException;

    FOUNDATION_EXPORT NSExceptionName const NSPortSendException;

    FOUNDATION_EXPORT NSExceptionName const NSPortReceiveException;

    FOUNDATION_EXPORT NSExceptionName const NSOldStyleException;

    @try{

            NSArray *tp = @[@"aaa"];

            

            [tp objectAtIndex:1];

        }

        @catch(NSException *exception){

            

            NSLog(@"eeee");

            

        }

  • 相关阅读:
    【Linux高频命令专题(7)】rm
    【Linux高频命令专题(6)】mkdir
    【mongoDB运维篇①】用户管理
    【Linux高频命令专题(5)】rmdir
    【mongoDB中级篇②】索引与expain
    【mongoDB中级篇①】游标cursor
    Lua中的字符串函数库
    ngx_lua 随笔
    Nginx与Lua
    MAC 上搭建lua
  • 原文地址:https://www.cnblogs.com/feng9exe/p/9401309.html
Copyright © 2020-2023  润新知