Samond Classes Library 1.2.6-STABLE build 219
|
Abstract method calling exception class. More...
#import <SCAbstractMethodException.h>
Instance Properties | |
NSString * | methodName |
Creating Class Instances (SCL-20021) | |
(instancetype) | + exceptionWithMethod: |
(instancetype) | + exception |
Additional Inherited Members | |
![]() | |
(instancetype) | - 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.
+ (instancetype) exception |
Returns an abstract method exception SCL-20001 created by using the default settings.
+ (instancetype) 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 |
|
readnonatomicretain |
Abstract method name