SICDeploymentException Class Reference

Inherits from SICSiminovCriticalException : NSException
Declared in SICDeploymentException.h
SICDeploymentException.m

Overview

This is runtime-time exception, which is thrown if any exception occur at time of initialization of core.

– initWithClassName:methodName:message:

Deployment 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 Message

Discussion

Deployment Exception Constructor

Declared In

SICDeploymentException.h