Samond Classes Library 1.2.1-RELEASE build 181
List of all members
SCAbstractMethodException Class Reference

Abstract method calling exception class. More...

#import <SCAbstractMethodException.h>

Inheritance diagram for SCAbstractMethodException:
SCException

Instance Properties

NSString * methodName
 

Creating and Initializing Class Instances (SCL-20021)

(instancetype) - initWithMethod:
 
(instancetype) - init
 
(instancetype) + exceptionWithMethod:
 
(instancetype) + exception
 

Additional Inherited Members

- Instance Methods inherited from SCException
(instancetype) - initWithName:reason:code:eid:
 
- Properties inherited from SCException
SCInteger code
 
NSString * eid
 

Detailed Description

Abstract method calling exception class.

SDK
macOS 10.6+, iOS 7.0+, GNUStep
Since
version 1.1.3

Exception generates when the abstract method is detected.
It processes the error SCL-20001.

Method Documentation

+ (instancetype) exception

Returns an abstract method exception SCL-20001 created by using the default settings.

Returns
A created exception
+ (instancetype) exceptionWithMethod: (NSString *)  method

Returns an abstraction method exception SCL-20001 created by using the specified abstract method name.

Parameters
method- the name of the abstract method
Returns
A created exception
- (instancetype) init

Initializes an abstract method exception SCL-20001 by using the default settings.

Returns
A newly initialized exception
- (instancetype) initWithMethod: (NSString *)  method

Initializes an abstract method exception SCL-20001 by using the specified abstract method name.

Attention
Designed initializer
Parameters
method- the name of the abstract method
Returns
A newly initialized exception

Property Documentation

- (NSString *) methodName
readnonatomicretain

Abstract method name


The documentation for this class was generated from the following files: