Samond Classes Library 1.2.0-RELEASE build 166
|
Abstract method calling exception class. More...
#import <SCAbstractMethodException.h>
Instance Properties | |
NSString * | methodName |
Creating and Initializing Class Instances | |
(id) | - initWithMethod: |
(id) | - init |
(SCAbstractMethodException *) | + exceptionWithMethod: |
(SCAbstractMethodException *) | + exception |
Additional Inherited Members | |
![]() | |
(id) | - initWithName:reason:code:eid: |
![]() | |
SCInteger | code |
NSString * | eid |
Abstract method calling exception class.
Exception generates when the abstract method is detected.
It processes the error SCL-20001.
+ (SCAbstractMethodException *) exception |
Returns an abstract method exception SCL-20001 created by using the default settings.
+ (SCAbstractMethodException *) exceptionWithMethod: | (NSString *) | method |
Returns an abstraction method exception SCL-20001 created by using the specified abstract method name.
method | - the name of the abstract method |
- (id) init |
Initializes an abstract method exception SCL-20001 by using the default settings.
- (id) initWithMethod: | (NSString *) | method |
Initializes an abstract method exception SCL-20001 by using the specified abstract method name.
method | - the name of the abstract method |
|
readnonatomicretain |
Abstract method name