Interface ErrorCode

All Known Implementing Classes:
LocalCodeException

public interface ErrorCode
Interface for error codes.
Author:
Manuele Simi (ISTI CNR), Luca Frosini (ISTI-CNR)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Identifier of the code.
    The message associated to the code
  • Method Details

    • getId

      int getId()
      Identifier of the code.
      Returns:
      the id
    • getMessage

      String getMessage()
      The message associated to the code
      Returns:
      the message