JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
ch.nolix.baseapi.errorcontrol.errormapping
IErrorMessageExtractor
Contents
Description
Method Summary
Method Details
getMessageOfError(Throwable)
Hide sidebar
Show sidebar
Interface IErrorMessageExtractor
All Known Implementing Classes:
ErrorMessageExtractor
public interface
IErrorMessageExtractor
Author:
Silvan Wyss
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getMessageOfError
(
Throwable
error)
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.