Interface ErrorItem
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultErrorItem
Error Item abstraction which is part of
Errors
.-
Method Summary
-
Method Details
-
getCode
String getCode()Return the error code.Application may use this error code as same as a resource bundle key for simplicity.
- Returns:
- the error code
-
getMessage
String getMessage()Return the (human readable) error message.- Returns:
- the (human readable) error message
-
equals
Compares the specified object with thisErrorItem
for equality. -
hashCode
int hashCode()Returns the hash code value for thisErrorItem
.
-