Interface IErrorMessageExtractor

All Known Implementing Classes:
ErrorMessageExtractor

public interface IErrorMessageExtractor
Author:
Silvan Wyss
  • Method Details

    • getMessageOfError

      String getMessageOfError(Throwable error)
      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.