|
Samond Classes Library 1.2.1-RELEASE build 181
|
Class SCTextException header file. More...
#import <scl/SCException.h>#import <scl/SCStream.h>Go to the source code of this file.
Classes | |
| class | SCTextException |
| Exception class SCTextException. More... | |
Class Constants | |
| #define | SCTextExceptionCalss @"SCTextException" |
| Class SCTextException name. | |
| #define | SCTextErrorName @"SCText" |
| Exception name. | |
Error ID Contants | |
| #define | SCTextEIDUnspecified @"SCL-20060" |
| Unspecified text error ID. | |
| #define | SCTextEIDSource @"SCL-20061" |
| Source object does not exists error ID. | |
| #define | SCTextEIDInputStream @"SCL-20062" |
| Incorrect input stream error ID. | |
| #define | SCTextEIDReadOnly @"SCL-20063" |
| Text is read only error ID. | |
| #define | SCTextEIDEmptyString @"SCL-20064" |
| Null string adding error ID. | |
| #define | SCTextEIDClosedStream @"SCL-20065" |
| Closed stream error ID. | |
| #define | SCTextEIDUnsupported @"SCL-20066" |
| Not string instance error ID. | |
| #define | SCTextEIDRead @"SCL-20067" |
| Reading error ID. | |
| #define | SCTextEIDEmptyPath @"SCL-20068" |
| Empty text file path error ID. | |
| #define | SCTextEIDDuplicated @"SCL-20069" |
| String unique violation error ID. | |
| #define | SCTextEIDSorter @"SCL-20070" |
| Incorrect strings sorter error ID. | |
| #define | SCTextEIDOutputStream @"SCL-20071" |
| Incorrect output stream error ID. | |
| #define | SCTextEIDIndex @"SCL-20072" |
| Incorrect string index error ID. | |
| #define | SCTextEIDRange @"SCL-20073" |
| Incorrect string range error ID. | |
| #define | SCTextEIDIndexSet @"SCL-20074" |
| Incorrect index set error ID. | |
| #define | SCTextEIDIndexesCount @"SCL-20075" |
| Number of indexes does not match number of strings error ID. | |
| #define | SCTextEIDIntersected @"SCL-20076" |
| Intersected string ranges error ID. | |
| #define | SCTextEIDWrite @"SCL-20077" |
| Writing error ID. | |
Class Support Types | |
| enum | _SCTextError { SCTextErrorUnspecified = -20060, SCTextErrorSource = -20061, SCTextErrorInputStream = -20062, SCTextErrorReadOnly = -20063, SCTextErrorEmptyString = -20064, SCTextErrorClosedStream = -20065, SCTextErrorUnsupported = -20066, SCTextErrorRead = -20067, SCTextErrorEmptyPath = -20068, SCTextErrorDuplicated = -20069, SCTextErrorSorter = -20070, SCTextErrorOutputStream = -20071, SCTextErrorIndex = -20072, SCTextErrorRange = -20073, SCTextErrorIndexSet = -20074, SCTextErrorIndexesCount = -20075, SCTextErrorIntersected = -20076, SCTextErrorWrite = -20077 } |
| typedef enum _SCTextError | SCTextError |
| Text object errors data type. More... | |
Class SCTextException header file.
Contains the class SCTextException declaration, which defines text object exceptions.
Text object errors data type.
Declares the text object error codes.
| enum _SCTextError |
Set of type SCTextError constants.
1.8.9.1