Interface ErrorCode
-
- All Known Implementing Classes:
LocalCodeException
public interface ErrorCodeInterface for error codes.- Author:
- Manuele Simi (ISTI CNR)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()Identifier of the code.StringgetMessage()The message associated to the code
-
-
-
Method Detail
-
getId
int getId()
Identifier of the code.
-
getMessage
String getMessage()
The message associated to the code- Returns:
- the message
-
-