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

    Fields
    Modifier and Type
    Field
    Description
    static 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_ERROR
      Atl 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_EXCEPTION
      Status constant indicating that an exception occurred on storing or loading templates.
      See Also:
    • VALIDATE_EDIT_CHANGED_CONTENT

      static final int VALIDATE_EDIT_CHANGED_CONTENT
      Status constant indicating that an validateEdit call has changed the content of a file on disk.
      See Also:
    • CHANGE_ABORTED

      static final int CHANGE_ABORTED
      Status constant indicating that a ChangeAbortException has been caught.
      See Also:
    • TEMPLATE_PARSE_EXCEPTION

      static final int TEMPLATE_PARSE_EXCEPTION
      Status constant indicating that an exception occurred while parsing template file.
      See Also: