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.exceptionSubclasses of ValidationException in org.tquadrat.foundation.exceptionModifier and TypeClassDescriptionfinal classThis is a specialized implementation for theIllegalArgumentExceptionthat should be used instead of the latter in cases where a blank String is provided as an illegal argument value.final classThis is a specialized implementation for theIllegalArgumentExceptionthat should be used instead of the latter in cases where aCharSequenceprovided as a method argument is too long according to some external constraints, like the column definition of a database.final classThis is a specialized implementation for theIllegalArgumentExceptionthat should be used instead of the latter in cases where an empty String, array orCollectionargument is provided as an illegal argument value.classThis is a specialized implementation for theIllegalArgumentExceptionthat should be used instead of the latter in cases wherenullis provided as an illegal argument value.Methods in org.tquadrat.foundation.exception that throw ValidationExceptionModifier and TypeMethodDescriptionprivate static intCharSequenceTooLongException.checkLength(int maxLength) Checks the given value.
- 
Uses of ValidationException in org.tquadrat.foundation.langMethods in org.tquadrat.foundation.lang that throw ValidationExceptionModifier 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> TApplies the given validation on the given value, and if that fails, a customizedValidationExceptionis thrown.static final <T> TApplies the given validation on the given value, and if that fails, anValidationExceptionis thrown.static final <T> TApplies the given validation on the given value, and if that fails, a customizedValidationExceptionis thrown.static final <T> TObjects.requireNonNull(T obj, String message) Checks if the given valueobjisnulland throws aValidationExceptionwith the specified message if it isnull.static final <T> TObjects.requireNonNull(T obj, Supplier<String> messageSupplier) Checks that the specified object reference is notnulland throws a customizedValidationExceptionif 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.internalMethods in org.tquadrat.foundation.lang.internal that throw ValidationExceptionModifier and TypeMethodDescriptionfinal ThreadFactoryBuilderImplThreadFactoryBuilderImpl.setPriority(int priority) Sets the priority for the new threads created by the new thread factory.
