NIMDatabaseException Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMDatabaseException.h | 
  exception
	异常
@property (nonatomic, assign, readonly) NIMDatabaseExceptionType exceptionDiscussion
异常
Declared In
NIMDatabaseException.h
  message
	数据库异常信息
@property (nullable, nonatomic, copy, readonly) NSString *messageDiscussion
数据库异常信息
Declared In
NIMDatabaseException.h
  databasePath
	数据库文件沙盒路径
@property (nullable, nonatomic, copy, readonly) NSString *databasePathDiscussion
数据库文件沙盒路径
Declared In
NIMDatabaseException.h
+ registerExceptionHandler:
	注册数据库异常处理对象
+ (void)registerExceptionHandler:(id<NIMDatabaseHandleExceptionProtocol>)handlerParameters
handler | 
						用户自定义处理对象  | 
					
|---|
Discussion
注册数据库异常处理对象
Declared In
NIMDatabaseException.h