| Package | Description |
|---|---|
| com.helger.commons.error.list |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorList
Default implementation of
IErrorList. |
| Modifier and Type | Method and Description |
|---|---|
default IErrorList |
IErrorList.getAllErrors()
Get a resource error group containing only the error elements.
|
default IErrorList |
IErrorList.getAllFailures()
Get a resource error group containing only the failure elements.
|
default IErrorList |
IErrorList.getListOfField(String sSearchFieldName)
Get a sub-list with all entries for the specified field name
|
default IErrorList |
IErrorList.getListOfFields(Collection<String> aSearchFieldNames)
Get a sub-list with all entries for the specified field names
|
default IErrorList |
IErrorList.getListOfFields(String... aSearchFieldNames)
Get a sub-list with all entries for the specified field names
|
default IErrorList |
IErrorList.getListOfFieldsRegExp(String sRegExp)
Get a sub-list with all entries that have field names matching the passed
regular expression.
|
default IErrorList |
IErrorList.getListOfFieldsStartingWith(String... aSearchFieldNames)
Get a sub-list with all entries that have field names starting with one of
the supplied names.
|
default IErrorList |
IErrorList.getListWithoutField()
Get a sub-list with all entries that does not contain an error field name.
|
IErrorList |
IErrorList.getSubList(Predicate<? super IError> aFilter)
Get a sub-list with all entries that match the provided predicate.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.