NIMDatabaseException Class Reference

Inherits from NSObject
Declared in NIMDatabaseException.h

Overview

Database exception info

  exception

Database exception

@property (nonatomic, assign, readonly) NIMDatabaseExceptionType exception

Discussion

Database exception

Declared In

NIMDatabaseException.h

  message

Database exception info

@property (nullable, nonatomic, copy, readonly) NSString *message

Discussion

Database exception info

Declared In

NIMDatabaseException.h

  databasePath

Database file path in a sandbox

@property (nullable, nonatomic, copy, readonly) NSString *databasePath

Discussion

Database file path in a sandbox

Declared In

NIMDatabaseException.h

+ registerExceptionHandler:

Register a database exception handler

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

Parameters

handler

custom handler

Discussion

Register a database exception handler

Declared In

NIMDatabaseException.h