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 *)exceptionmessageParameters
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 *)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