Uses of Package
org.tquadrat.foundation.exception
Packages that use org.tquadrat.foundation.exception
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.
-
Classes in org.tquadrat.foundation.exception used by org.tquadrat.foundation.exceptionClassDescriptionA generic wrapper for checked exceptions.This is a specialized implementation for the
IllegalArgumentException
that should be used instead of the latter in cases wherenull
is provided as an illegal argument value.This implementation ofError
should be thrown in all cases where an unexpected exception was caught.This is a specialized implementation for theIllegalArgumentException
that is meant as the root for a hierarchy of exceptions caused by validation errors. -
Classes in org.tquadrat.foundation.exception used by org.tquadrat.foundation.langClassDescriptionThis is a specialized implementation for the
IllegalArgumentException
that should be used instead of the latter in cases where an empty String, array orCollection
argument is provided as an illegal argument value.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.This is a specialized implementation for theIllegalArgumentException
that is meant as the root for a hierarchy of exceptions caused by validation errors. -
Classes in org.tquadrat.foundation.exception used by org.tquadrat.foundation.lang.internalClassDescriptionThis is a specialized implementation for the
IllegalArgumentException
that is meant as the root for a hierarchy of exceptions caused by validation errors.