Class ErrorMessageExtractor
java.lang.Object
ch.nolix.base.errorcontrol.errormapping.ErrorMessageExtractor
- All Implemented Interfaces:
IErrorMessageExtractor
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorMessageExtractor
public ErrorMessageExtractor()
-
-
Method Details
-
getMessageOfError
- Specified by:
getMessageOfErrorin interfaceIErrorMessageExtractor- Parameters:
error-- Returns:
- the message of the given error. Handles the case when the given error is null or when the message of the given error is null or blank.
-