Eclipse Platform
Release 3.2

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

Field Summary
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.
 

Field Detail

CONTENT_CHANGE_FAILED

public static final int CONTENT_CHANGE_FAILED
Changing the content of a file buffer failed.

See Also:
Constant Field Values

CREATION_FAILED

public static final int CREATION_FAILED
Creation of file buffer failed.

See Also:
Constant Field Values

CHARSET_MAPPING_FAILED

public static final int CHARSET_MAPPING_FAILED
File 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:
UnmappableCharacterException, Constant Field Values

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.