Uses of Interface
com.helger.commons.error.IError
-
Packages that use IError Package Description com.helger.commons.error com.helger.commons.error.list -
-
Uses of IError in com.helger.commons.error
Classes in com.helger.commons.error that implement IError Modifier and Type Class Description classSingleErrorDefault implementation ofIError.
Note: cannot be calledErrorbecause this would conflict with the default Java Exception class.Methods in com.helger.commons.error with parameters of type IError Modifier and Type Method Description static SingleError.BuilderSingleError. builder(IError aError)Create a new error builder containing all the data from the provided error.StringErrorTextProvider. getErrorText(IError aError, Locale aContentLocale)StringIErrorTextProvider. getErrorText(IError aError, Locale aContentLocale)Get the provided error as a StringConstructors in com.helger.commons.error with parameters of type IError Constructor Description AbstractBuilder(IError aError)Builder(IError aError) -
Uses of IError in com.helger.commons.error.list
Methods in com.helger.commons.error.list that return types with arguments of type IError Modifier and Type Method Description default <T> ICommonsOrderedMap<T,ICommonsList<IError>>IErrorList. getGrouped(Function<? super IError,T> aKeyExtractor)default ICommonsMap<String,ICommonsList<IError>>IErrorList. getGroupedByFieldName()default ICommonsMap<String,ICommonsList<IError>>IErrorList. getGroupedByID()Method parameters in com.helger.commons.error.list with type arguments of type IError Modifier and Type Method Description default <T> ICommonsList<T>IErrorList. getAllDataItems(Function<? super IError,? extends T> aExtractor)Get a list with only a single data element.default <T> ICommonsOrderedMap<T,ICommonsList<IError>>IErrorList. getGrouped(Function<? super IError,T> aKeyExtractor)ErrorListErrorList. getSubList(Predicate<? super IError> aFilter)IErrorListIErrorList. getSubList(Predicate<? super IError> aFilter)Get a sub-list with all entries that match the provided predicate.Constructors in com.helger.commons.error.list with parameters of type IError Constructor Description ErrorList(IError... aList)Constructor taking a list of iterable objects.Constructor parameters in com.helger.commons.error.list with type arguments of type IError Constructor Description ErrorList(Iterable<? extends IError> aList)Constructor taking a list of iterable objects.
-