All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.commons.lang3.exception.package.html Maven / Gradle / Ivy

Go to download

Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

There is a newer version: 3.14.0
Show newest version



Provides functionality for Exceptions.

Contains the concept of an exception with context i.e. such an exception will contain a map with keys and values. This provides an easy way to pass valuable state information at exception time in useful form to a calling process.

Lastly, {@link org.apache.commons.lang3.exception.ExceptionUtils} also contains Throwable manipulation and examination routines.

@since 1.0




© 2015 - 2024 Weber Informatics LLC | Privacy Policy