|
Samond Classes Library 1.1.6-RELEASE build 132
|
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. | |
Class SCStreamException header file.
Contains a declaration of the streams exception class SCStreamException.
File was introduced in version 1.1.3.
Stream error type.
Declares the types of stream exceptions
| enum _SCStreamError |
Enum for SCStreamError
1.7.3