Class ValidationErrors
java.lang.Object
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<ValidationError>, Collection<ValidationError>, List<ValidationError>, RandomAccess
The Class ValidationErrors.
- See Also:
-
Field Summary
Fields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidthrowOrInform(org.apache.maven.plugin.logging.Log log) Throw or inform.Methods inherited from class ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll
-
Constructor Details
-
ValidationErrors
public ValidationErrors()Instantiates a new validation errors.
-
-
Method Details
-
throwOrInform
public void throwOrInform(org.apache.maven.plugin.logging.Log log) Throw or inform.- Parameters:
log- the log
-