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 to IHasDisplayText it is required to implement equals and hashCode.
Author:
Philip Helger
  • Method Details

    • isMultiLingual

      boolean isMultiLingual()
      Returns:
      true if the error text is multilingual, false otherwise.