SICSiminovException Class Reference

Inherits from NSException
Conforms to SICIException
Declared in SICSiminovException.h
SICSiminovException.m

Overview

This is general exception, which is thrown through Siminov APIs, if any exception occur while performing any tasks.

Other Methods

– initWithClassName:methodName:message:

SiminovException Constructor

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

Parameters

classname

Name of class

methodname

Name of method

exceptionmessage

Exception message

Discussion

SiminovException Constructor

Declared In

SICSiminovException.h

Protocol Methods

– getClassName

Get exception class name

- (NSString *)getClassName

Return Value

Exception Class Name

Discussion

Get exception class name

Declared In

SICIException.h

– setClassName:

Set exception class name

- (void)setClassName:(NSString *const)classname

Parameters

className

Name of exception class

Discussion

Set exception class name

Declared In

SICIException.h

– getMethodName

Get exception method name

- (NSString *)getMethodName

Return Value

Name of exception method

Discussion

Get exception method name

Declared In

SICIException.h

– setMethodName:

Set exception method name

- (void)setMethodName:(NSString *const)methodname

Parameters

methodName

Name of method

Discussion

Set exception method name

Declared In

SICIException.h

– getMessage

Get exception message

- (NSString *)getMessage

Return Value

Exception message

Discussion

Get exception message

Declared In

SICIException.h

– setMessage:

Set exception message

- (void)setMessage:(NSString *const)exceptionmessage

Parameters

message

Exception message

Discussion

Set exception message

Declared In

SICIException.h