Uses of Class
org.tquadrat.foundation.exception.ValidationException
Packages that use ValidationException
Package
Description
A collection of
Exceptions
that are defined for the Foundation library set.
Some general language extensions provided by the Foundation
Library.
The internal implementations of some general language extensions provided
by the Foundation Library.
-
Uses of ValidationException in org.tquadrat.foundation.exception
Subclasses of ValidationException in org.tquadrat.foundation.exceptionModifier and TypeClassDescriptionfinal class
This is a specialized implementation for theIllegalArgumentException
that should be used instead of the latter in cases where a blank String is provided as an illegal argument value.final class
This is a specialized implementation for theIllegalArgumentException
that should be used instead of the latter in cases where aCharSequence
provided as a method argument is too long according to some external constraints, like the column definition of a database.final class
This is a specialized implementation for theIllegalArgumentException
that should be used instead of the latter in cases where an empty String, array orCollection
argument is provided as an illegal argument value.class
This is a specialized implementation for theIllegalArgumentException
that should be used instead of the latter in cases wherenull
is provided as an illegal argument value.Methods in org.tquadrat.foundation.exception that throw ValidationExceptionModifier and TypeMethodDescriptionprivate static int
CharSequenceTooLongException.checkLength
(int maxLength) Checks the given value. -
Uses of ValidationException in org.tquadrat.foundation.lang
Methods in org.tquadrat.foundation.lang that throw ValidationExceptionModifier and TypeMethodDescriptionstatic final <T> T
Applies the given validation on the given value, and if that fails, anValidationException
with the specified message is thrown.static final <T> T
Applies the given validation on the given value, and if that fails, a customizedValidationException
is thrown.static final <T> T
Applies the given validation on the given value, and if that fails, anValidationException
is thrown.static final <T> T
Applies the given validation on the given value, and if that fails, a customizedValidationException
is thrown.static final <T> T
Objects.requireNonNull
(T obj, String message) Checks if the given valueobj
isnull
and throws aValidationException
with the specified message if it isnull
.static final <T> T
Objects.requireNonNull
(T obj, Supplier<String> messageSupplier) Checks that the specified object reference is notnull
and throws a customizedValidationException
if it is.ThreadFactoryBuilder.setPriority
(int priority) Sets the priority for the new threads created by the new thread factory. -
Uses of ValidationException in org.tquadrat.foundation.lang.internal
Methods in org.tquadrat.foundation.lang.internal that throw ValidationExceptionModifier and TypeMethodDescriptionfinal ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setPriority
(int priority) Sets the priority for the new threads created by the new thread factory.