|
Samond Classes Library 1.2.1-RELEASE build 181
|
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... | |
Class SCFileStreamException header file.
Contains the class SCFileStreamException declaration, which defines the file stream exceptions.
File stream errors type.
Declares the file stream error codes
| enum _SCFileStreamError |
Set of type SCFileStreamError constants.
1.8.9.1