Interface IIdentifiable

All Known Implementing Classes:
AbstractException, ModelManagementException, VersionFormatException

public interface IIdentifiable
An identifiable (to be implemented by exceptions).
Author:
Holger Eichelberger
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns a numerical identifier representing the actual message.
    Returns the actual message.
  • Method Details

    • getId

      int getId()
      Returns a numerical identifier representing the actual message. This identifier is used for asserting exceptions in tests.
      Returns:
      the identifier
    • getMessage

      String getMessage()
      Returns the actual message.
      Returns:
      the message