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 int |
DERIVED_FILE
File buffer status code indicating that
a resource is marked derived.
|
static int |
STATE_VALIDATION_FAILED
File buffer status code indicating that state
validation failed.
|
static final int CONTENT_CHANGE_FAILED
static final int CREATION_FAILED
static final int CHARSET_MAPPING_FAILED
Value: 3
UnmappableCharacterException
,
Constant Field Valuesstatic final int STATE_VALIDATION_FAILED
Value: 4
static final int DERIVED_FILE
Value: 5
IResource.isDerived()
,
Constant Field Values
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.