Uses of Interface
com.helger.commons.error.IError
Packages that use IError
-
Uses of IError in com.helger.commons.error
Classes in com.helger.commons.error that implement IErrorModifier and TypeClassDescriptionclassDefault 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 IErrorModifier and TypeMethodDescriptionstatic SingleError.BuilderCreate a new error builder containing all the data from the provided error.ErrorTextProvider.getErrorText(IError aError, Locale aContentLocale) IErrorTextProvider.getErrorText(IError aError, Locale aContentLocale) Get the provided error as a StringConstructors in com.helger.commons.error with parameters of type IError -
Uses of IError in com.helger.commons.error.list
Methods in com.helger.commons.error.list that return types with arguments of type IErrorModifier and TypeMethodDescriptiondefault <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 IErrorModifier and TypeMethodDescriptiondefault <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) ErrorList.getSubList(Predicate<? super IError> aFilter) IErrorList.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 IErrorModifierConstructorDescriptionConstructor taking a list of iterable objects.Constructor parameters in com.helger.commons.error.list with type arguments of type IError