SICDatabaseException Class Reference

Inherits from SICSiminovException : NSException
Declared in SICDatabaseException.h
SICDatabaseException.m

Overview

This is general exception, which is thrown through core database API’s, if any exception occur which doing any database operations.

– initWithClassName:methodName:message:

Database Exception Constructor

- (id)initWithClassName:(NSString *const)classname methodName:(NSString *const)methodname message:(NSString *const)exceptionmessage

Parameters

classname

Name of class

methodname

Name of method

exceptionmessage

Exception Messsage

Discussion

Database Exception Constructor

Declared In

SICDatabaseException.h