Uses of Interface
com.helger.commons.error.text.IHasErrorText
Packages that use IHasErrorText
-
Uses of IHasErrorText in com.helger.commons.error
Fields in com.helger.commons.error declared as IHasErrorTextModifier and TypeFieldDescriptionprotected IHasErrorText
SingleError.AbstractBuilder.m_aErrorText
Methods in com.helger.commons.error that return IHasErrorTextModifier and TypeMethodDescriptiondefault IHasErrorText
IError.getErrorTexts()
SingleError.getErrorTexts()
Methods in com.helger.commons.error with parameters of type IHasErrorTextModifier and TypeMethodDescriptionfinal IMPLTYPE
SingleError.AbstractBuilder.errorText
(IHasErrorText aErrorText) Constructors in com.helger.commons.error with parameters of type IHasErrorTextModifierConstructorDescriptionSingleError
(LocalDateTime aErrorDT, IErrorLevel aErrorLevel, String sErrorID, String sErrorFieldName, ILocation aErrorLocation, IHasErrorText aErrorText, Throwable aLinkedException) Constructor -
Uses of IHasErrorText in com.helger.commons.error.text
Classes in com.helger.commons.error.text that implement IHasErrorTextModifier and TypeClassDescriptionclass
A constant implementation ofIHasErrorText
.class
A implementation ofIHasErrorText
based onIHasText
.class
A special implementation ofIHasErrorText
that encapsulates arguments to be put into the message.