Interface ErrorCode

  • All Known Implementing Classes:
    LocalCodeException

    public interface ErrorCode
    Interface for error codes.
    Author:
    Manuele Simi (ISTI CNR)
    • Method Detail

      • getId

        int getId()
        Identifier of the code.
      • getMessage

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