Package org.eclipse.core.filebuffers
Interface IFileBufferStatusCodes
public interface IFileBufferStatusCodes
This interface provides the list of status codes that are used by the file
buffer plug-in when it throws
CoreException
.
Clients are not supposed to implement that interface.
- Since:
- 3.1
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
File buffer status code indicating that an operation failed because a character could not be mapped using the given charset.static final int
Changing the content of a file buffer failed.static final int
Creation of file buffer failed.static final int
File buffer status code indicating that a resource is marked derived.static final int
File buffer status code indicating that state validation failed.
-
Field Details
-
CONTENT_CHANGE_FAILED
static final int CONTENT_CHANGE_FAILEDChanging the content of a file buffer failed.- See Also:
-
CREATION_FAILED
static final int CREATION_FAILEDCreation of file buffer failed.- See Also:
-
CHARSET_MAPPING_FAILED
static final int CHARSET_MAPPING_FAILEDFile buffer status code indicating that an operation failed because a character could not be mapped using the given charset.Value: 3
- Since:
- 3.2
- See Also:
-
STATE_VALIDATION_FAILED
static final int STATE_VALIDATION_FAILEDFile buffer status code indicating that state validation failed.Value: 4
-
DERIVED_FILE
static final int DERIVED_FILEFile buffer status code indicating that a resource is marked derived.Value: 5
- Since:
- 3.3
- See Also:
-