|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Status codes used by the refactoring core plug-in.
Note: this interface is not intended to be implemented by clients.
Status
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 |
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 |
public static final int INTERNAL_ERROR
public static final int BAD_LOCATION
BadLocationException
,
Constant Field Valuespublic static final int VALIDATE_EDIT_CHANGED_CONTENT
public static final int CHECKER_ALREADY_EXISTS_IN_CONTEXT
public static final int MISSING_REFACTORING_HISTORY_VERSION
public static final int UNSUPPORTED_REFACTORING_HISTORY_VERSION
public static final int REFACTORING_HISTORY_IO_ERROR
public static final int REFACTORING_HISTORY_FORMAT_ERROR
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.