Package com.helger.commons.error.text
Interface IHasErrorText
-
- All Superinterfaces:
IHasDisplayText
- All Known Implementing Classes:
ConstantHasErrorText,DynamicHasErrorText,DynamicHasErrorTextWithArgs
@MustImplementEqualsAndHashcode public interface IHasErrorText extends IHasDisplayText
Base interface for objects having an error text. Compared toIHasDisplayTextit is required to implement equals and hashCode.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMultiLingual()-
Methods inherited from interface com.helger.commons.text.display.IHasDisplayText
getAsHasText, getDisplayText
-
-