Uses of Enum Class
org.klojang.check.aux.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.aux
Methods in org.klojang.check.aux 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.aux with parameters of type DuplicateValueException.UsageModifierConstructorDescriptionCreates a newDuplicateValueException.DuplicateValueException(DuplicateValueException.Usage usage, Object duplicate) Creates a newDuplicateValueExceptionfor the specified value.DuplicateValueException(DuplicateValueException.Usage usage, Collection<Object> duplicates) Creates a newDuplicateValueExceptionfor the specified values.