Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ltk.core.refactoring
Interface IRefactoringCoreStatusCodes


public interface IRefactoringCoreStatusCodes

Status codes used by the refactoring core plug-in.

Note: this interface is not intended to be implemented by clients.

Since:
3.0
See Also:
Status
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Field Summary
static int BAD_LOCATION
          Status code (value 10001) indicating that a bad location exception has occurred during change execution.
static int CHECKER_ALREADY_EXISTS_IN_CONTEXT
          Status code (value 10003) indicating that a condition checker already exists in a shared condition checking context.
static int INTERNAL_ERROR
          Status code (value 10000) indicating an internal error.
static int MISSING_REFACTORING_HISTORY_VERSION
          Status code (value 10004) indicating that a refactoring history has been read which does not contain version information.
static int PARTICIPANT_DISABLED
          Status code (value 10009) indicating that a participant was disabled, either due to an exception or other reason logged elsewhere.
static int REFACTORING_EXCEPTION_DISABLED_PARTICIPANTS
          Status code (value 10008) indicating that participants are disabled because a refactoring threw an exception.
static int REFACTORING_HISTORY_FORMAT_ERROR
          Status code (value 10007) indicating that the format of a refactoring history contains errors.
static int REFACTORING_HISTORY_IO_ERROR
          Status code (value 10006) indicating that a general error has occurred during I/O of a refactoring history.
static int UNSUPPORTED_REFACTORING_HISTORY_VERSION
          Status code (value 10005) indicating that a refactoring history with an unsupported version has been read.
static int VALIDATE_EDIT_CHANGED_CONTENT
          Status code (value 10002) indicating that an validateEdit call has changed the content of a file on disk.
 

Field Detail

INTERNAL_ERROR

static final int INTERNAL_ERROR
Status code (value 10000) indicating an internal error.

See Also:
Constant Field Values

BAD_LOCATION

static final int BAD_LOCATION
Status code (value 10001) indicating that a bad location exception has occurred during change execution.

See Also:
BadLocationException, Constant Field Values

VALIDATE_EDIT_CHANGED_CONTENT

static final int VALIDATE_EDIT_CHANGED_CONTENT
Status code (value 10002) indicating that an validateEdit call has changed the content of a file on disk.

See Also:
Constant Field Values

CHECKER_ALREADY_EXISTS_IN_CONTEXT

static final int CHECKER_ALREADY_EXISTS_IN_CONTEXT
Status code (value 10003) indicating that a condition checker already exists in a shared condition checking context.

See Also:
Constant Field Values

MISSING_REFACTORING_HISTORY_VERSION

static final int MISSING_REFACTORING_HISTORY_VERSION
Status code (value 10004) indicating that a refactoring history has been read which does not contain version information.

Since:
3.2
See Also:
Constant Field Values

UNSUPPORTED_REFACTORING_HISTORY_VERSION

static final int UNSUPPORTED_REFACTORING_HISTORY_VERSION
Status code (value 10005) indicating that a refactoring history with an unsupported version has been read.

Since:
3.2
See Also:
Constant Field Values

REFACTORING_HISTORY_IO_ERROR

static final int REFACTORING_HISTORY_IO_ERROR
Status code (value 10006) indicating that a general error has occurred during I/O of a refactoring history.

Since:
3.2
See Also:
Constant Field Values

REFACTORING_HISTORY_FORMAT_ERROR

static final int REFACTORING_HISTORY_FORMAT_ERROR
Status code (value 10007) indicating that the format of a refactoring history contains errors.

Since:
3.2
See Also:
Constant Field Values

REFACTORING_EXCEPTION_DISABLED_PARTICIPANTS

static final int REFACTORING_EXCEPTION_DISABLED_PARTICIPANTS
Status code (value 10008) indicating that participants are disabled because a refactoring threw an exception.

Since:
3.4
See Also:
Constant Field Values

PARTICIPANT_DISABLED

static final int PARTICIPANT_DISABLED
Status code (value 10009) indicating that a participant was disabled, either due to an exception or other reason logged elsewhere.

Since:
3.4
See Also:
Constant Field Values

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire