Uses of Enum Class
org.klojang.check.aux.DuplicateValueException.Usage
Package
Description
A small collection of classes and interfaces that do not themselves take part in
the validation framework, but are treated as first-class citizens by it.
-
Uses of DuplicateValueException.Usage in org.klojang.check.aux
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DuplicateValueException.Usage[]
DuplicateValueException.Usage.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCreates a newDuplicateValueException
.DuplicateValueException
(DuplicateValueException.Usage usage, Object duplicate) Creates a newDuplicateValueException
for the specified value.DuplicateValueException
(DuplicateValueException.Usage usage, Collection<Object> duplicates) Creates a newDuplicateValueException
for the specified values.