Samond Classes Library 1.2.0-RELEASE build 166
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

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

Detailed Description

Parent class of all library exceptions.

Since
version 1.1.3

Implements the common properties and methods of all library exceptions.

Method Documentation

- (id) 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: