Uses of Interface
com.helger.commons.error.text.IHasErrorText
-
Packages that use IHasErrorText Package Description com.helger.commons.error com.helger.commons.error.text -
-
Uses of IHasErrorText in com.helger.commons.error
Fields in com.helger.commons.error declared as IHasErrorText Modifier and Type Field Description protected IHasErrorTextSingleError.AbstractBuilder. m_aErrorTextMethods in com.helger.commons.error that return IHasErrorText Modifier and Type Method Description default IHasErrorTextIError. getErrorTexts()IHasErrorTextSingleError. getErrorTexts()Methods in com.helger.commons.error with parameters of type IHasErrorText Modifier and Type Method Description IMPLTYPESingleError.AbstractBuilder. errorText(IHasErrorText aErrorText)Constructors in com.helger.commons.error with parameters of type IHasErrorText Constructor Description SingleError(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 IHasErrorText Modifier and Type Class Description classConstantHasErrorTextA constant implementation ofIHasErrorText.classDynamicHasErrorTextA implementation ofIHasErrorTextbased onIHasText.classDynamicHasErrorTextWithArgsA special implementation ofIHasErrorTextthat encapsulates arguments to be put into the message.
-