Samond Classes Library 1.1.6-RELEASE build 132
Classes | Defines

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
 File streams exception class. More...

Defines

#define SCFileStreamExceptionClass   @"SCFileStreamException"
 SCFileStreamException class name.

Exception supporting types

enum  _SCFileStreamError {
  SCFileStreamErrorOpenMode = 100, SCFileStreamErrorEmptyPath = 101, SCFileStreamErrorEOF = 102, SCFileStreamErrorOffset = 103,
  SCFileStreamErrorOffsetWhence = 104
}
typedef SCStreamError SCFileStreamError
 File stream error type.

Detailed Description

Class SCFileStreamException header file.

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


Typedef Documentation

File stream error type.

Declares the types of file stream exceptions


Enumeration Type Documentation

Enum for SCFileStreamError

Enumerator:
SCFileStreamErrorOpenMode 

Incorrect file stream open mode error.

SCFileStreamErrorEmptyPath 

Empty file stream path error.

SCFileStreamErrorEOF 

End of stream error.

SCFileStreamErrorOffset 

Stream offset error.

SCFileStreamErrorOffsetWhence 

Incorrect offset whence.

 All Classes Files Functions Typedefs Enumerations Enumerator Defines