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 theIllegalArgumentExceptionthat should be used instead of the latter in cases wherenullis provided as an illegal argument value.This implementation ofErrorshould be thrown in all cases where an unexpected exception was caught.This is a specialized implementation for theIllegalArgumentExceptionthat 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 theIllegalArgumentExceptionthat should be used instead of the latter in cases where an empty String, array orCollectionargument is provided as an illegal argument value.This is a specialized implementation for theIllegalArgumentExceptionthat should be used instead of the latter in cases wherenullis provided as an illegal argument value.This is a specialized implementation for theIllegalArgumentExceptionthat 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 theIllegalArgumentExceptionthat is meant as the root for a hierarchy of exceptions caused by validation errors.
