Uses of Enum Class
org.klojang.check.extra.DuplicateValueException.Usage
Packages that use 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.extra
Subclasses with type arguments of type DuplicateValueException.Usage in org.klojang.check.extraModifier and TypeClassDescriptionstatic enum
Symbolic constants for the intended usage of the value.Methods in org.klojang.check.extra that return DuplicateValueException.UsageModifier 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.Constructors in org.klojang.check.extra with parameters of type DuplicateValueException.UsageModifierConstructorDescriptionCreates 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.