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.langMethods in org.tquadrat.foundation.lang that throw EmptyArgumentExceptionModifier and TypeMethodDescriptionstatic final <T> TApplies the given validation on the given value, and if that fails, anValidationExceptionwith the specified message is thrown.static final <T> TObjects.requireNonNull(T obj, String message) Checks if the given valueobjisnulland throws aValidationExceptionwith the specified message if it isnull.
