23 #import <scl/SCException.h>
26 #pragma mark Константы класса
31 #define SCAbstractMethodExceptionClass @"SCAbstractMethodException"
32 #define SCAbstractMethodErrorName @"SCAbstractMethod"
41 #define SCAbstractMethodError -20001
42 #define SCAbstractMethodEID @"SCL-20001"
61 NSString *fMethodName;
64 #pragma mark Свойства экземпляра класса
74 @property (nonatomic, retain, readonly, getter=
methodName) NSString *methodName;
79 #pragma mark Методы доступа к свойствам экземпляра класса
80 - (NSString *)methodName;
83 #pragma mark Создание и инициализация экземпляров класса
86 - (id)initWithMethod:(NSString *)method;
Parent class of all library exceptions.
Definition: SCException.h:52
NSString * methodName
Definition: SCAbstractMethodException.h:74
Abstract method calling exception class.
Definition: SCAbstractMethodException.h:60