NIMSDK-iOS
载入中...
搜索中...
未找到
NIMDatabaseException类 参考

#import <NIMDatabaseException.h>

类 NIMDatabaseException 继承关系图:

类方法

(void) + registerExceptionHandler:
 

属性

NIMDatabaseExceptionType exception
 
NSString * message
 
NSString * databasePath
 

详细描述

数据库异常信息

函数文档

◆ registerExceptionHandler:

+ (void) registerExceptionHandler: (id< NIMDatabaseHandleExceptionProtocol >)  handler

注册数据库异常处理对象

参数
handler用户自定义处理对象

属性说明

◆ databasePath

- (NSString*) databasePath
readnonatomiccopy

数据库文件沙盒路径

◆ exception

- (NIMDatabaseExceptionType) exception
readnonatomicassign

异常

◆ message

- (NSString*) message
readnonatomiccopy

数据库异常信息


该类的文档由以下文件生成: