SICSiminovCriticalException Class Reference

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

Overview

It is a superclass of runtime exception that can be thrown during the normal operation of the Java Virtual Machine.

Other Methods

– initWithClassName:methodName:message:

Siminov Critical Exception Constructor

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

Parameters

classname

Name of the class

methodname

Name of the method

exceptionmessage

Message of exception

Discussion

Siminov Critical Exception Constructor

Declared In

SICSiminovCriticalException.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