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 *)exceptionmessageParameters
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 *)getClassNameReturn Value
Exception Class Name
Discussion
Get exception class name
Declared In
SICIException.h
– setClassName:
Set exception class name
- (void)setClassName:(NSString *const)classnameParameters
className |
Name of exception class |
|---|
Discussion
Set exception class name
Declared In
SICIException.h
– getMethodName
Get exception method name
- (NSString *)getMethodNameReturn Value
Name of exception method
Discussion
Get exception method name
Declared In
SICIException.h
– setMethodName:
Set exception method name
- (void)setMethodName:(NSString *const)methodnameParameters
methodName |
Name of method |
|---|
Discussion
Set exception method name
Declared In
SICIException.h
– getMessage
Get exception message
- (NSString *)getMessageReturn Value
Exception message
Discussion
Get exception message
Declared In
SICIException.h
– setMessage:
Set exception message
- (void)setMessage:(NSString *const)exceptionmessageParameters
message |
Exception message |
|---|
Discussion
Set exception message
Declared In
SICIException.h