public interface IResourceErrorGroup extends IHasSize, Iterable<IResourceError>, IHasErrorLevels, Serializable
| Modifier and Type | Method and Description |
|---|---|
IResourceErrorGroup |
getAllErrors()
Get a resource error group containing only the error elements.
|
IResourceErrorGroup |
getAllFailures()
Get a resource error group containing only the failure elements.
|
List<IResourceError> |
getAllResourceErrors()
Get a list of all contained resource errors.
|
forEach, iterator, spliteratorcontainsAtLeastOneError, containsAtLeastOneFailure, containsAtLeastOneSuccess, containsNoError, containsNoFailure, containsNoSuccess, containsOnlyError, containsOnlyFailure, containsOnlySuccess, getErrorCount, getFailureCount, getMostSevereErrorLevel, getSuccessCount@Nonnull IResourceErrorGroup getAllFailures()
EErrorLevel.SUCCESS are considered to be a failure!@Nonnull IResourceErrorGroup getAllErrors()
EErrorLevel.ERROR are considered to be an error!@Nonnull List<IResourceError> getAllResourceErrors()
null list of all contained error objectsCopyright © 2014–2016 Philip Helger. All rights reserved.