Samond Classes Library 1.2.6-STABLE build 219
Classes
SCAbstractMethodException.h File Reference

Exception SCAbstractMethodException header file. More...

#import <Foundation/Foundation.h>
#import <scl/SCException.h>

Go to the source code of this file.

Classes

class  SCAbstractMethodException
 Abstract method calling exception class. More...
 

Class Constants

#define SCAbstractMethodExceptionClass   @"SCAbstractMethodException"
 
#define SCAbstractMethodErrorName   @"SCAbstractMethod"
 

Error Codes and IDs

#define SCAbstractMethodError   -20001
 
#define SCAbstractMethodEID   @"SCL-20001"
 

Detailed Description

Exception SCAbstractMethodException header file.

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

Declares the description of the exception SCAbstractMethodException, which is throwing when the abstract method calling detected.

Macro Definition Documentation

#define SCAbstractMethodEID   @"SCL-20001"

Error ID of a call of the abstract method

#define SCAbstractMethodError   -20001

Error code of a call of the abstract method

#define SCAbstractMethodErrorName   @"SCAbstractMethod"

A name of the abstract method exception

#define SCAbstractMethodExceptionClass   @"SCAbstractMethodException"

A name of the class SCAbstractMethodException