Uses of Interface
com.helger.commons.error.list.IErrorList
Packages that use IErrorList
-
Uses of IErrorList in com.helger.commons.error.list
Classes in com.helger.commons.error.list that implement IErrorListMethods in com.helger.commons.error.list that return IErrorListModifier and TypeMethodDescriptiondefault IErrorListIErrorList.getAllErrors()Get a resource error group containing only the error elements.default IErrorListIErrorList.getAllFailures()Get a resource error group containing only the failure elements.default IErrorListIErrorList.getListOfField(String sSearchFieldName) Get a sub-list with all entries for the specified field namedefault IErrorListIErrorList.getListOfFields(String... aSearchFieldNames) Get a sub-list with all entries for the specified field namesdefault IErrorListIErrorList.getListOfFields(Collection<String> aSearchFieldNames) Get a sub-list with all entries for the specified field namesdefault IErrorListIErrorList.getListOfFieldsRegExp(String sRegExp) Get a sub-list with all entries that have field names matching the passed regular expression.default IErrorListIErrorList.getListOfFieldsStartingWith(String... aSearchFieldNames) Get a sub-list with all entries that have field names starting with one of the supplied names.default IErrorListIErrorList.getListWithoutField()Get a sub-list with all entries that does not contain an error field name.IErrorList.getSubList(Predicate<? super IError> aFilter) Get a sub-list with all entries that match the provided predicate.