Package org.eclipse.m2m.atl.adt.ui
Interface IAtlStatusConstants
public interface IAtlStatusConstants
Defines status codes relevant to the Atl 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 Atl UI plug-in use
the codes defined in this interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Status constant indicating that a ChangeAbortException has been caught.static final int
Atl UI status constants start at 10000 to make sure that we don't collide with resource and Atl model constants.static final int
Status constant indicating that an exception occurred on storing or loading templates.static final int
Status constant indicating that an exception occurred while parsing template file.static final int
Status constant indicating that an validateEdit call has changed the content of a file on disk.
-
Field Details
-
INTERNAL_ERROR
static final int INTERNAL_ERRORAtl UI status constants start at 10000 to make sure that we don't collide with resource and Atl model constants.- See Also:
-
TEMPLATE_IO_EXCEPTION
static final int TEMPLATE_IO_EXCEPTIONStatus constant indicating that an exception occurred on storing or loading templates.- See Also:
-
VALIDATE_EDIT_CHANGED_CONTENT
static final int VALIDATE_EDIT_CHANGED_CONTENTStatus constant indicating that an validateEdit call has changed the content of a file on disk.- See Also:
-
CHANGE_ABORTED
static final int CHANGE_ABORTEDStatus constant indicating that a ChangeAbortException has been caught.- See Also:
-
TEMPLATE_PARSE_EXCEPTION
static final int TEMPLATE_PARSE_EXCEPTIONStatus constant indicating that an exception occurred while parsing template file.- See Also:
-