Package com.helger.commons.error.text
Interface IHasErrorText
- All Superinterfaces:
IHasDisplayText
- All Known Implementing Classes:
ConstantHasErrorText
,DynamicHasErrorText
,DynamicHasErrorTextWithArgs
Base interface for objects having an error text. Compared to
IHasDisplayText
it is required to implement equals and hashCode.- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.text.display.IHasDisplayText
getAsHasText, getDisplayText
-
Method Details
-
isMultiLingual
boolean isMultiLingual()- Returns:
true
if the error text is multilingual,false
otherwise.
-