Module org.tquadrat.foundation.base
Package org.tquadrat.foundation.exception
A collection of Exceptions that are defined for the Foundation library set.
Unless otherwise stated, null
argument values will cause
methods and constructors of all classes in this package to throw an
Exception
,
usually a
NullArgumentException
,
but in some rare cases, it could be also a
NullPointerException
.
-
Exception ClassesClassDescriptionUse the application error to signal the abort of an application.
This implementation ofError
allows to set a flag that indicates whether this instance was already logged or not.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.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.A generic wrapper for checked exceptions.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.This implementation ofRuntimeException
will be thrown when an attempted operation is not valid for the current context.This implementation ofError
should be thrown in all cases where an exception was caught that seemed to be impossible to be thrown.A "container" exception for exception thrown within lambda expressions.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 implementation ofError
should be called fromprivate
constructors of static classes (classes that does not allow any instances because they have only static methods or constants).This implementation ofError
should be thrown in all cases where an unexpected exception was caught.This is a specialized implementation forError
that is to be thrown especially from thedefault
branch of aswitch
statement that uses anenum
type as selector.This is a specialized implementation for theIllegalArgumentException
that is meant as the root for a hierarchy of exceptions caused by validation errors.