public interface IFileBufferStatusCodes
CoreException
.
Clients are not supposed to implement that interface.
Modifier and Type | Field and Description |
---|---|
static int |
CHARSET_MAPPING_FAILED
File buffer Status code indicating that an operation failed
because a character could not be mapped using the given
charset.
|
static int |
CONTENT_CHANGE_FAILED
Changing the content of a file buffer failed.
|
static int |
CREATION_FAILED
Creation of file buffer failed.
|
static final int CONTENT_CHANGE_FAILED
static final int CREATION_FAILED
static final int CHARSET_MAPPING_FAILED
Value: 3
UnmappableCharacterException
,
Constant Field ValuesGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.