|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICStatusConstants
Defines status codes relevant to the Java UI plug-in. When a Core exception is thrown, it contain a status object describing the cause of the exception. The status objects originating from the Java UI plug-in use the codes defined in this interface.
Field Summary | |
---|---|
static int |
CHANGE_ABORTED
Status constant indicating that a ChangeAbortException has been caught. |
static int |
INTERNAL_ERROR
|
static int |
TEMPLATE_IO_EXCEPTION
Status constant indicating that an exception occurred on storing or loading templates. |
static int |
TEMPLATE_PARSE_EXCEPTION
Status constant indicating that an exception occurred while parsing template file. |
static int |
VALIDATE_EDIT_CHANGED_CONTENT
Status constant indicating that an validateEdit call has changed the content of a file on disk. |
Field Detail |
---|
static final int INTERNAL_ERROR
static final int TEMPLATE_IO_EXCEPTION
static final int VALIDATE_EDIT_CHANGED_CONTENT
static final int CHANGE_ABORTED
static final int TEMPLATE_PARSE_EXCEPTION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |