Package com.helger.commons.error
Interface IErrorTextProvider
-
- All Known Implementing Classes:
ErrorTextProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IErrorTextProvider
Interface for converting anIErrorto a printable representation.- Since:
- 8.5.1
- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorText(IError aError, Locale aContentLocale)Get the provided error as a String
-