Samond Classes Library 1.1.6-RELEASE build 132
Classes | Defines

SCStreamException.h File Reference

Class SCStreamException header file. More...

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

Go to the source code of this file.

Classes

class  SCStreamException
 Streams exception class. More...

Defines

#define SCStreamExceptionClass   @"SCStreamException"
 SCStreamException class name.

Exception supporting types

enum  _SCStreamError {
  SCStreamErrorUnspecified = 0, SCStreamErrorUnexpectedClass = 1, SCStreamErrorIncompleteReading = 2, SCStreamErrorIncompleteWriting = 3,
  SCStreamErrorOpening = 4, SCStreamErrorNotOpen = 5, SCStreamErrorReadOnly = 6, SCStreamErrorWriteOnly = 7,
  SCStreamErrorRead = 8, SCStreamErrorWrite = 9, SCStreamErrorNumber = 10, SCStreamErrorUnknownClassName = 11,
  SCStreamErrorUnsupportedClass = 12
}
typedef SCUInteger SCStreamError
 Stream error type.

Detailed Description

Class SCStreamException header file.

Contains a declaration of the streams exception class SCStreamException.
File was introduced in version 1.1.3.


Typedef Documentation

Stream error type.

Declares the types of stream exceptions


Enumeration Type Documentation

Enum for SCStreamError

Enumerator:
SCStreamErrorUnspecified 

Unspecified stream error.

SCStreamErrorUnexpectedClass 

Unexpected class stream error.

SCStreamErrorIncompleteReading 

Incomplete read operation.

SCStreamErrorIncompleteWriting 

Incomplete write operation.

SCStreamErrorOpening 

Opening stream error.

SCStreamErrorNotOpen 

Stream not open error.

SCStreamErrorReadOnly 

Read only stream error.

SCStreamErrorWriteOnly 

Write only stream error.

SCStreamErrorRead 

Reading error.

SCStreamErrorWrite 

Writing error.

SCStreamErrorNumber 

NSNumber error.

SCStreamErrorUnknownClassName 

Unknown class error.

SCStreamErrorUnsupportedClass 

Unsupported class error.

 All Classes Files Functions Typedefs Enumerations Enumerator Defines