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

Parent class of all library exceptions. More...

#import <SCException.h>

Inheritance diagram for SCException:
SCAbstractMethodException SCCollectionException SCNumberException SCStreamException SCSystemException SCTextException SCFileStreamException

Instance Properties

SCInteger code
 
NSString * eid
 

Initializing Class Instances

(instancetype) - initWithName:reason:code:eid:
 

Detailed Description

Parent class of all library exceptions.

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

Implements the common properties and methods of all library exceptions.

Method Documentation

- (instancetype) initWithName: (NSString *)  name
reason: (NSString *)  reason
code: (SCInteger code
eid: (NSString *)  eid 

Initializes an exception by using the specified exception name, error description, error code and error ID.

Attention
Designed initializer
Parameters
name- the exception name
reason- the description of the error
code- the error code
eid- the error ID
Returns
A newly initialized exception

Reimplemented in SCCollectionException, and SCTextException.

Property Documentation

- (SCInteger) code
readatomicassign

Error code

- (NSString *) eid
readatomicretain

Error ID


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