Samond Classes Library 1.2.1-RELEASE build 181
Classes
SCFileStreamException.h File Reference

Class SCFileStreamException header file. More...

#import <scl/SCStreamException.h>
#import <scl/SCFileStream.h>

Go to the source code of this file.

Classes

class  SCFileStreamException
 Exception class SCFileStreamException. More...
 

Class Constants

#define SCFileStreamExceptionClass   @"SCFileStreamException"
 Class SCFileStreamException name.
 

Error ID Constants

#define SCFileStreamEIDOpenMode   @"SCL-20033"
 Incorrect open mode error ID.
 
#define SCFileStreamEIDEmptyPath   @"SCL-20034"
 Empty file stream path error ID.
 
#define SCFileStreamEIDEOF   @"SCL-20035"
 End of stream error ID.
 
#define SCFileStreamEIDOffset   @"SCL-20036"
 File stream offset error ID.
 
#define SCFileStreamEIDOffsetWhence   @"SCL-20037"
 File stream offset whence error ID.
 

Class Support Types

enum  _SCFileStreamError {
  SCFileStreamErrorOpenMode = -20033, SCFileStreamErrorEmptyPath = -20034, SCFileStreamErrorEOF = -20035, SCFileStreamErrorOffset = -20036,
  SCFileStreamErrorOffsetWhence = -20037
}
 
typedef SCStreamError SCFileStreamError
 File stream errors type. More...
 

Detailed Description

Class SCFileStreamException header file.

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

Contains the class SCFileStreamException declaration, which defines the file stream exceptions.

Typedef Documentation

File stream errors type.

Declares the file stream error codes

Enumeration Type Documentation

Set of type SCFileStreamError constants.

Enumerator
SCFileStreamErrorOpenMode 

Incorrect file stream open mode.

SCFileStreamErrorEmptyPath 

Empty file stream path.

SCFileStreamErrorEOF 

End of stream.

SCFileStreamErrorOffset 

Incorrect file stream offset.

SCFileStreamErrorOffsetWhence 

Incorrect file stream offset whence.