Uses of Class
org.tquadrat.foundation.exception.EmptyArgumentException
Packages that use EmptyArgumentException
Package
Description
Some general language extensions provided by the Foundation
Library.
-
Uses of EmptyArgumentException in org.tquadrat.foundation.lang
Methods in org.tquadrat.foundation.lang that throw EmptyArgumentExceptionModifier 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
Objects.requireNonNull
(T obj, String message) Checks if the given valueobj
isnull
and throws aValidationException
with the specified message if it isnull
.